libPaths: Backport of .libPaths for R < 4.1.0

.libPathsR Documentation

Backport of .libPaths for R < 4.1.0

Description

See the original description in base::.libPaths.

Usage

.libPaths(new, include.site = TRUE)

Examples

save <- .libPaths()
save
# ignore the site library
.libPaths("test", include.site = FALSE)

# restore the original
.libPaths(save)

mllg/backports documentation built on March 15, 2023, 8:07 p.m.