Learn R Programming

icesTAF (version 3.6.0)

clean.data: Clean Data

Description

Selectively remove data from the bootstrap/data folder if not listed in DATA.bib.

Usage

clean.data(folder = "bootstrap/data", quiet = FALSE, force = FALSE)

Arguments

folder

location of bootstrap/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.bootstrap calls clean.data as part of the default bootstrap procedure.

clean.software cleans the local TAF software folder.

clean.library cleans the local TAF library.

icesTAF-package gives an overview of the package.

Examples

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

Run the code above in your browser using DataLab