Learn R Programming

TAF (version 4.2.0)

clean: Clean TAF Directories

Description

Remove TAF directories (data, model, output, report) and/or clean the boot directory.

Usage

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

Value

No return value, called for side effects.

Arguments

dirs

directories to delete.

force

passed to clean.boot if any of the dirs is "boot".

Details

The model directory may also be named method and is cleaned in the same way.

See Also

clean.boot cleans the boot directory.

mkdir and rmdir create and remove empty directories.

TAF-package gives an overview of the package.

Examples

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

Run the code above in your browser using DataLab