Description Usage Arguments Examples
View source: R/cond_packages.R
This function conditionally installs packages when not installed on a compter.
1 | cond_packages(packages)
|
packages |
A list of packages needed for script that are checked to see if on machine |
1 2 | packages <- c("rgdal","mapview")
cond_packages(packages)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.