make.all {TAF} | R Documentation |
Run All TAF Scripts as Needed
Description
Run core TAF scripts that have changed, or if previous steps were rerun.
Usage
make.all(...)
Arguments
... |
passed to |
Value
Logical vector indicating which scripts were run.
Note
TAF scripts that will be run as needed are: utilities.R
,
data.R
, model.R
, output.R
, and report.R
.
The model.R
script may also be named method.R
and is treated in
the same way.
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
## Not run:
make.all()
## End(Not run)
[Package TAF version 4.2.0 Index]