Installing packages in R is a handy skill! You can use the install.packages("packageName")
function to get started. Once installed, library(packageName)
will load it for use. Have you installed any packages in R before, or is this your first time? What package are you thinking about installing and using for your projects?