clean.data: Clean Data

View source: R/clean.data.R

clean.dataR 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 ⁠boot/data⁠.

quiet

whether to suppress messages about removed data.

force

whether to remove ⁠folder⁠, regardless of how it compares to ⁠DATA.bib⁠ entries.

Value

No return value, called for side effects.

Note

For each data file or subfolder, the cleaning procedure selects between two cases:

  1. Data entry found in ⁠DATA.bib⁠ - do nothing.

  2. 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)


TAF documentation built on March 31, 2023, 6:51 p.m.