library_paths {switchr} | R Documentation |
library_paths
Description
Accessor for which directories an SwitchrCtx is associated with.
Usage
library_paths(seed)
## S4 method for signature 'SwitchrCtx'
library_paths(seed)
Arguments
seed |
An SwitchrCtx |
Value
for the getter, the set of library paths associated with
the SwitchrCtx
object, for the setter, said context udpated
with the new full set of library paths.
[Package switchr version 0.14.8 Index]