deps_knitr | R Documentation |
Dependencies in knitr
reports are marked
by loadd()
and readd()
in active code chunks.
deps_knitr(path)
path |
Encoded file path to the |
A data frame of dependencies.
deps_code()
, deps_target()
## Not run:
isolate_example("Quarantine side effects.", {
load_mtcars_example() # Get the code with drake_example("mtcars").
deps_knitr("report.Rmd")
})
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.