- Commonly used R functions are installed with base R
- R packages containing more specialized R functions can be installed freely from CRAN servers using function
install.packages() - After packages are installed, their functions can be loaded into the current R session using the function
library()