Learn R Programming

icesTAF (version 3.6.0)

makeTAF: Run TAF Script If Needed

Description

Run a TAF script if the target directory is either older than the script, or older than the directory of the previous TAF step.

Usage

makeTAF(script, ...)

Value

TRUE or FALSE, indicating whether the script was run.

Arguments

script

TAF script filename.

...

passed to make and sourceTAF.

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) {
makeTAF("model.R")
}

Run the code above in your browser using DataLab