deps_target | R Documentation |
Intended for debugging and checking your project. The dependency structure of the components of your analysis decides which targets are built and when.
deps_target(target, ..., character_only = FALSE, config = NULL)
target |
A symbol denoting a target name, or if |
... |
Arguments to |
character_only |
Logical, whether to assume target is a character string rather than a symbol. |
config |
Deprecated. |
A data frame with the dependencies listed by type (globals, files, etc).
deps_code()
, deps_knitr()
## Not run:
isolate_example("Quarantine side effects.", {
load_mtcars_example() # Get the code with drake_example("mtcars").
deps_target(regression1_small, my_plan)
})
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.