Description Usage Arguments Details See Also Examples
Checks whether packages are installed before loading
1 | install_library(packages)
|
pkgs |
character vector of the names of packages to install (if they are not already installed) and load. |
The function first checks whether packages are installed, and downloads from the CRAN repository those which are not already present, before loading them by calling the library() function.
1 2 | install_library("datatools")
install_library(c("questionr", "explor")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.