Interactively allows the user to set up the default root path where data is cached
setupDataPath(newDataPath = tempdir(), ...)
Default root path to set
Not used.
character string Returns (invisibly) the root path, or @NULL if running a non-interactive session.
Internally, @see "setNlDataPath" is used to set the root path.
The "base::interactive"
function is used to test whether
R
is running interactively or not.