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.
master(
start = 0,
stop = Inf,
format = "html",
logdir = config::get("dirs")$logs
)
a data.frame with the files run, running time and exit status
program to start
program to stop
Format to render the programs values accepted are "pdf", "html" and "word"
directory to keep the logs of the files. By default
the entry on the config.yml
dirs:logs
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.