deps_knitr {drake} | R Documentation |
Find the drake dependencies of a dynamic knitr report target.
Description
Dependencies in knitr
reports are marked
by loadd()
and readd()
in active code chunks.
Usage
deps_knitr(path)
Arguments
path |
Encoded file path to the |
Value
A data frame of dependencies.
See Also
Examples
## Not run:
isolate_example("Quarantine side effects.", {
load_mtcars_example() # Get the code with drake_example("mtcars").
deps_knitr("report.Rmd")
})
## End(Not run)
[Package drake version 7.13.10 Index]