Run all TAF scripts in a directory, except all.R. Scripts are run
sequentially, in alphabetical order. Optionally, start by cleaning old output
directories and emptying the workspace before running each script.
whether to remove all objects from the global environment before
each script is run.
clean
whether to clean existing TAF directories before
running the scripts.
quiet
whether to suppress messages reporting progress.
Value
Logical vector, indicating which scripts ran without errors.
Details
By default, TAF scripts are run with rm = TRUE to make sure each
script starts with an empty workspace. Likewise, the default
clean = TRUE makes sure that the scripts start by creating new empty
directories and populate them one by one.