Description Usage Arguments Examples
View source: R/install_packages2.r
Install a package if necessary and load
1 | install.packages2(pckg.names, also.load = TRUE)
|
pckg.names |
string or vector of strings containing name(s) of the packages |
also.load |
boolean on whether to load the package |
1 | install.packages2(c('tidyverse', 'mclust'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.