Learn R Programming

backports (version 1.5.0)

.libPaths: Backport of .libPaths for R < 4.1.0

Description

See the original description in base::.libPaths.

Usage

.libPaths(new, include.site = TRUE)

Arguments

Examples

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

# restore the original
.libPaths(save)

Run the code above in your browser using DataLab