Test reproducibility of an R Markdown file
isReproducible(
filename,
resetOptions = TRUE,
engine = c("knitr", "rmarkdown"),
quiet = TRUE,
...
)Character. An R Markdown file to check for reproducibility
Boolean. Should all package options be reset to defaults? TRUE by default. This avoids problems if multiple checks on multiple documents with varying options are made in a row
Character. Either knitr or rmarkdown, depending on what package should be used to render the document.
Boolean. Suppress output when knitting the document.
Optional arguments passed down to rmarkdown::render()