Description Usage Arguments See Also Examples
Takes an itemized listing of R package names and loads them all. If the package is not currently installed, the function will attempt to install the package first. Currently only works if package is available on CRAN.
1 |
... |
An itemized listing of R package names to either install and load, or just load. |
suppress |
A boolean indicator defaulted to TRUE that suppresses package messages when loaded. Set to |
library
, require
, install.packages
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.