Learn R Programming

TAF (version 4.2.0)

make.taf: 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

make.taf(script, ...)

Value

TRUE or FALSE, indicating whether the script was run.

Arguments

script

TAF script filename.

...

passed to make and source.taf.

See Also

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

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

TAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
make.taf("model.R")
}

Run the code above in your browser using DataLab