instrequire | R Documentation |
This function takes a list of package names, loads them if they are available, otherwise attempts to install each one and then again attempts to load it.
instrequire(
pkgs,
quietly = TRUE,
dependencies = TRUE,
repos = getOption("repos", "https://cran.rstudio.com/"),
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.