Arguments
- path
Encoded file path to the
knitr
/R Markdown document. Wrap paths infile_store()
to encode.
Examples
if (FALSE) { # \dontrun{
isolate_example("Quarantine side effects.", {
load_mtcars_example() # Get the code with drake_example("mtcars").
deps_knitr("report.Rmd")
})
} # }