Learn R Programming

icesTAF (version 3.6.0)

makeAll: Run All TAF Scripts as Needed

Description

Run core TAF scripts that have changed, or if previous steps were rerun.

Usage

makeAll(...)

Value

Logical vector indicating which scripts were run.

Arguments

...

passed to makeTAF.

See Also

source runs any R script, sourceTAF is more convenient for running a TAF script, and sourceAll runs all TAF scripts.

make, makeTAF, and makeAll are similar to the source functions, except they avoid repeating tasks that have already been run.

icesTAF-package gives an overview of the package.

Examples

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

Run the code above in your browser using DataLab