Sources an R "Module" with Caching & Encapsulation, Returning Exported Vars
Append/Insert a path into module.paths, similar to append()
Returns the path of the first found instance of module
in `module.pa...
Returns the current file cache
Get existing collection of search paths of where to look for modules.
Globally hide warnings when modules are not found
Sources an R module with optional caching for subsequent attempts, exp...
Removes module from cache, applying same logic as find.first.R
to fi...
Remove one or more paths from module.paths
Resets the module cache, ensuring files are loaded on next require
Prints the current file cache
Globally show warnings when modules are not found
In the fashion of 'node.js' <https://nodejs.org/>, requires a file, sourcing into the current environment only the variables explicitly specified in the module.exports or exports list variable. If the file was already sourced, the result of the earlier sourcing is returned to the caller.