get_libraries: Get the libraries on your machine

Description Usage Arguments Value References See Also Examples

View source: R/wrappers.R

Description

Wrapper to .libPaths that gets all the libraries that R knows about on your machine.

Usage

1
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

.libPaths

Examples

1
2

richierocks/pathological documentation built on May 27, 2019, 8:47 a.m.