clean.data | R Documentation |
Selectively remove data from the boot/data
folder if not listed in
DATA.bib
.
clean.data(folder = "boot/data", quiet = FALSE, force = FALSE)
folder |
location of |
quiet |
whether to suppress messages about removed data. |
force |
whether to remove |
No return value, called for side effects.
For each data file or subfolder, the cleaning procedure selects between two cases:
Data entry found in DATA.bib
- do nothing.
Data entry is not listed in DATA.bib
- remove.
The taf.boot
procedure cleans the boot/data
folder, without
requiring the user to run clean.data
.
taf.boot
calls clean.data
as part of the default boot
procedure.
clean.software
cleans the local TAF software folder.
clean.library
cleans the local TAF library.
TAF-package
gives an overview of the package.
## Not run:
clean.data()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.