powered by
The function loads R packages. If the packages are not already in the local system, the function also downloads, installs and loads them.
load_packages(x)
A character vector with the name of the packages to load.
# Load packages: if (FALSE) load_packages(c("tidyverse", "data.table"))
Run the code above in your browser using DataLab