To retrieve information about dplyr package and its functions' descriptions:
help(package = "dplyr")
No need to load the package first.