View source: R/S03_Utilities.R
load_package | R Documentation |
Convenience function to load in a set of R packages - can be used to first install missing packages before loading them.
load_package(pkg = c("dplyr", "arfpam"), install = FALSE, quietly = FALSE)
pkg |
A character vector of package names to
load - by default loads the current package
in addition to the package
|
install |
Logical; if |
quietly |
Logical; if |
Loads in a set of R packages (see
library
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.