Learn R Programming

icesTAF (version 3.6.0)

clean: Clean TAF Directories

Description

Remove working TAF directories (data, model, output, report), bootstrap, or other directories.

Usage

clean(dirs = c("data", "model", "output", "report"), force = FALSE)

Arguments

dirs

directories to delete.

force

passed to software and clean.library if any of the dirs is "bootstrap".

See Also

clean.software selectively removes software from bootstrap/software.

clean.library selectively removes packages from bootstrap/library.

clean.data selectively removes data from bootstrap/data.

mkdir and rmdir create and remove empty directories.

icesTAF-package gives an overview of the package.

Examples

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

Run the code above in your browser using DataLab