powered by
Run a TAF script if underlying data files have changed, otherwise do nothing.
make(recipe, prereq, target, debug = FALSE)
TAF script filename.
one or more underlying data files, required by the TAF script.
one output file, produced by the TAF script.
whether to show a diagnostic table of files and time last modified.
Invisible TRUE or FALSE, indicating whether the script was run.
TRUE
FALSE
sourceTAF runs a TAF script.
sourceTAF
sourceAtoZ runs all TAF scripts in a directory.
sourceAtoZ
icesTAF-package gives an overview of the package.
icesTAF-package
# NOT RUN { make("model.R", "input/input.txt", "model/results.txt") # } # NOT RUN { # }
Run the code above in your browser using DataLab