Learn R Programming

icesTAF (version 3.5-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, ...)

Arguments

script

TAF script filename.

passed to make and sourceTAF.

Value

TRUE or FALSE, indicating whether the script was run.

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

Run the code above in your browser using DataLab