get_libraries: Get the libraries on your machine

Description Usage Arguments Value References See Also Examples

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

https://cran.r-project.org/doc/FAQ/R-FAQ.html#What-is-the-difference-between-package-and-library_003f

See Also

.libPaths

Examples

1
2

pathological documentation built on May 1, 2019, 10:22 p.m.