make.all | R Documentation |
Run core TAF scripts that have changed, or if previous steps were rerun.
make.all(...)
... |
passed to |
Logical vector indicating which scripts were run.
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.
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.
## Not run:
make.all()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.