When choosing a CRAN, pick the closest location to you
In alphabetical order
When a package is first used in RStudio, it must first be installed.
install.packages("dplyr")
Every time RStudio is launched the needed packages must be loaded.
library(dplyr)
Many of the widely used packages have cheat sheets for a quick reference guide on how to use the most common functions.