loadLibraries {link2GI} | R Documentation |
Load libaries in the R environment and try to install misssing ones.
loadLibraries(libs)
libs |
vector with the names of libraries |
List indicating which library has been loaded successfully.
## Not run:
# loadLibraries(libs = C('link2GI'))
## End(Not run)