source.all: Run All TAF Scripts

View source: R/source.all.R

source.allR Documentation

Run All TAF Scripts

Description

Run core TAF scripts in current directory.

Usage

source.all(...)

Arguments

...

passed to source.taf.

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)


TAF documentation built on March 31, 2023, 6:51 p.m.