source.all {TAF} | R Documentation |
Run All TAF Scripts
Description
Run core TAF scripts in current directory.
Usage
source.all(...)
Arguments
... |
passed to |
Value
Logical vector, indicating which scripts ran without errors.
Note
TAF scripts that will be run if they exist 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.taf
runs a TAF script.
make.all
runs all TAF scripts as needed.
clean
cleans TAF directories.
TAF-package
gives an overview of the package.
Examples
## Not run:
source.all()
## End(Not run)
[Package TAF version 4.2.0 Index]