get.module.paths {lrequire} | R Documentation |
Get existing collection of search paths of where to look for modules.
Description
Get existing collection of search paths of where to look for modules.
Usage
get.module.paths()
Value
Vector of paths (strings) that specify folders where to search for module files, in order.
Examples
# Returns a copy of the current module.paths
paths <- get.module.paths()
[Package lrequire version 0.1.3 Index]