master | R Documentation |
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
)
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 |
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.
a data.frame with the files run, running time and exit status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.