clean.data {TAF} | R Documentation |
Clean Data
Description
Selectively remove data from the boot/data
folder if not listed in
DATA.bib
.
Usage
clean.data(folder = "boot/data", quiet = FALSE, force = FALSE)
Arguments
folder |
location of |
quiet |
whether to suppress messages about removed data. |
force |
whether to remove |
Value
No return value, called for side effects.
Note
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
.
See Also
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.
Examples
## Not run:
clean.data()
## End(Not run)