full_libpaths {switchr} | R Documentation |
full_libpaths
Description
Accessor for the full library path associate with a SwitchrCtx, including the R library and (if not excluded) the site library
Usage
full_libpaths(seed)
## S4 method for signature 'SwitchrCtx'
full_libpaths(seed)
Arguments
seed |
a SwitchrCtx |
Value
For the getter, the full set of library paths associated with the
SwitchrCtx
object, for the setter, the object, updated with the
new set of full lib paths.
[Package switchr version 0.14.8 Index]