simple_load | R Documentation |
Load Multiple Packages in One Go (and install them if necessary)
simple_load(pckgs = NULL, update_cran = FALSE, update_gh = FALSE)
pckgs |
A vector of package names. Packages from CRAN and GitHub can be passed simultaneously. For GitHub packages, pass the package formatted as "owner/repository". |
update_cran |
Logical. Should CRAN packages be updated? Defaults to FALSE. |
update_gh |
Logical. Should GitHub packages be updated? Defaults to FALSE. |
simple_load("ggplot2", "EcoDynIZW/d6berlin")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.