A package with easy tools for the most common data manipulation tasks.
The package includes some commands named as verbs that coincide with the most common actions over data:
select(): subset columns.
filter(): subset rows on conditions.
mutate(): create new columns by using information from other columns.
group_by() and summarize(): create summary statisitcs on grouped data.
arrange(): order rows.