Learn R Programming

TAF (version 4.2.0)

clean.data: 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)

Value

No return value, called for side effects.

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.

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

Run this code
if (FALSE) {
clean.data()
}

Run the code above in your browser using DataLab