install_load | R Documentation |
For a list of packages install missing ones and load them all.
install_load(packages, ..., repo, lib, quiet)
packages |
vector of required package names |
... |
Other packages |
repo |
repository path (optional) |
lib |
library path (optional) |
quiet |
True or False |
Named packages installed and loaded
# install_load("data.table")
# install_load("data.table", "dplyr", "tidyr", "ggplot2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.