Majority of data-manipulating operation can be desribed using following verbs:
select, filter, add, transform, summarise, join
…these and even more operations can be done
using tools from dplyr.
library(dplyr)
Hadley Wickham and Romain Francois (2016). dplyr: A Grammar of Data Manipulation. R package version 0.5.0.
https://CRAN.R-project.org/package=dplyr