View source: R/install_from_description.R
install_if_missing | R Documentation |
install packages if missing
install_if_missing(to_be_installed, ...)
to_be_installed |
a character vector containing required packages names |
... |
Arguments to be passed to |
Used for side effect. Install missing packages from the character vector input.
## Not run:
# This will install packages on your system
install_if_missing(c("dplyr", "fcuk", "rusk"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.