loadLibraries {link2GI} | R Documentation |
Load libraries and try to install missing ones
Description
Load libaries in the R environment and try to install misssing ones.
Usage
loadLibraries(libs)
Arguments
libs |
vector with the names of libraries |
Value
List indicating which library has been loaded successfully.
Examples
## Not run:
# loadLibraries(libs = C('link2GI'))
## End(Not run)
[Package link2GI version 0.6-1 Index]