View source: R/load_packages.R
load_packages | R Documentation |
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)
x |
A character vector with the name of the packages to load. |
# Load packages:
## Not run: load_packages(c("tidyverse", "data.table"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.