.libPaths gets/sets the library trees within which packages are looked for.
.libPaths(new)<p></p><p>.Library
.Library.site</p>
| Parameter | Description |
|---|---|
new |
a character vector with the locations of R library trees. Tilde expansion (path.expand) is done, and if any element contains one of *?[, globbing is done where supported by the platform: see Sys.glob. |
# NOT RUN {
.libPaths() # all library trees R knows about
# }