Description Usage Arguments Value Examples
Deletes a root data path and all sub-directories. It can be the current directory or a previously used data path. It will only delete if it has the default folder structure of a root data path.
1 2 3 4 | removeDataPath(
dataPath = file.path(getNlDataPath(), ".Rnightlights"),
confirm = FALSE
)
|
dataPath |
|
confirm |
|
None
1 2 3 4 | ## Not run:
Rnightlights:::removeDataPath(getNlDataPath())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.