To get the list of functions within package dplyr, we first must load the package:
library(dplyr) ls("package:dplyr")