powered by
.libPaths()
This will remove all but the top level of .libPaths(), which should be the core packages installed with R, and adds a second directory, the libPath.
libPath
newLibPaths(libPath)
A path that will be the new .libPaths()[1]
Invisibly, the new .libPaths().
# NOT RUN { newLibPaths("testPackages") .libPaths() # new .libPaths # }
Run the code above in your browser using DataLab