prLibrary {tinyProject} | R Documentation |
Load and install packages
Description
The function tries to load all packages passed as argument. For those that are not installed, it tries to install them and then load them.
Usage
prLibrary(..., warnings = FALSE)
Arguments
... |
name of the packages to load. The names need to be quoted. If a
package is missing, the function tries to install it from CRAN by defaults.
If a package needs to be installed from github, it can be declared with the
following format: |
warnings |
Should the function display warnings? |
See Also
Examples
## Not run:
prLibrary(data.table, plyr)
## End(Not run)
[Package tinyProject version 0.6.1 Index]