dplyr
is an R package on CRAN and can be obtained and installed using the conventional R package installation mechanism
install.packages('dplyr')
should do the trick.
library(dplyr)
loads and attaches the dplyr
package
The following material is a summary of the introductory vignette in the dplyr
packages which is available with
browseVignettes(package = 'dplyr')