By default, all programs with the pattern "nn_" will be executed in order.
The 'Start' and 'Stop' parameters can be used to modify the files to start or stop at
a different number.
Usage
master(
start = 0,
stop = Inf,
format = "html",
logdir = config::get("dirs")$logs
)
Arguments
- start
program to start
- stop
program to stop
- format
Format to render the programs values accepted are "pdf", "html" and "word"
- logdir
directory to keep the logs of the files. By default
the entry on the config.yml
dirs:logs
Value
a data.frame with the files run, running time and exit status
Details
The files are treated as snip files for rmarkdown and render in the log
directory, with the format specified in the format parameter.
The default the log directory is configured in the config.yml file.