Last chance! 50% off unlimited learning
Sale ends in
Run a TAF script if the target directory is either older than the script, or older than the directory of the previous TAF step.
makeTAF(script, ...)
TAF script filename.
TRUE
or FALSE
, indicating whether the script was run.
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.
# NOT RUN {
makeTAF("model.R")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab