checkLibPaths {Require} | R Documentation |
Creates the directories, and adds version number
Description
Creates the directories, and adds version number
Usage
checkLibPaths(libPaths, ifMissing, exact = FALSE, ...)
Arguments
libPaths |
The library path (or libraries) where all packages should be
installed, and looked for to load (i.e., call |
ifMissing |
An alternative path if |
exact |
Logical. If |
... |
Not used, but allows other functions to pass through arguments. |