Learn R Programming

switchr (version 0.14.8)

.libPaths2: .libpaths2

Description

A version of .libPaths which allows for excluding the site library

Usage

.libPaths2(fulllp, exclude.site = TRUE)

Value

a vector of library paths currently in use, optionally excluding the site library.

Arguments

fulllp

The libpath to use, as in .libPaths

exclude.site

logical. Should the site library be suppressed. Defaults to TRUE

Details

Behaves exactly as the .libPaths function does, with the exception of optionally excluding the site library