load.locLib {reposTools} | R Documentation |
If one exists, will load a local library listing (liblisting.Rda) from the specified library directory, creating an object in the user's session named 'locLibList'.
load.locLib(lib=reposToolsLibPaths()[1])
lib |
The R library directory to use |
Will take the library directory to look at (default is .libPaths()[1]), and will load a liblisting.Rda file if one exists in that directory. This will result in an object existing in the user's session with the name 'locLibList'.
TRUE if successful, FALSE otherwise. There is also the side effect that an object named 'locLibList' is loaded in the user's session if TRUE.
Jeff Gentry
closeLocLib
,save.locLib
,syncLocalLibList
,
reposToolsLibPaths
lib <- paste(.find.package("reposTools"),"data/",sep="/") load.locLib(lib)