Description Usage Arguments Value See Also
Interactively allows the user to set up the default root path where data is cached
1 | setupDataPath(newDataPath = tempdir(), ...)
|
newDataPath |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.