.libPaths mendapatkan/menyetel pohon perpustakaan tempat paket dicari.
.libPaths(new)<p></p><p>.Library
.Library.site</p>
| Parameter | Deskripsi |
|---|---|
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
# }