.libPaths()
– gives a vector with current list of directories to search for libraries
.libPaths(x)
– sets library paths to x, where x is a vector of strings listing file locations
.libPaths()
– gives a vector with current list of directories to search for libraries
.libPaths(x)
– sets library paths to x, where x is a vector of strings listing file locations