| GetPackage | R Documentation |
Given a package name, either as a string or object, load the package if it exists, else install it from CRAN and then load
GetPackage(package)
package |
A character vector of packages to load |
## Not run:
GetPackage('gam')
## End(Not run)