Learn R Programming

TAF (version 4.2.0)

make.all: Run All TAF Scripts as Needed

Description

Run core TAF scripts that have changed, or if previous steps were rerun.

Usage

make.all(...)

Value

Logical vector indicating which scripts were run.

Arguments

...

passed to make.taf.

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

Run this code
if (FALSE) {
make.all()
}

Run the code above in your browser using DataLab