get_libraries
From pathological v0.1-1
by Richard Cotton
Get the libraries on your machine
Wrapper to .libPaths
that gets all the libraries that R
knows about on your machine.
Usage
get_libraries(index = TRUE, sep = c("/", "\\"))
Arguments
- index
- A numeric or logical vector specifying the index of the libraries to return. By default, all libraries are returned.
- sep
- String separator between directory levels in the output.
Value
-
A character vector of paths to libraries.
References
http://cran.r-project.org/doc/FAQ/R-FAQ.html#What-is-the-difference-between-package-and-library_003f
See Also
Examples
get_libraries()
get_libraries(1)
Community examples
Looks like there are no examples yet.