Intended for debugging and checking your project. The dependency structure of the components of your analysis decides which targets are built and when.
Arguments
- target
A symbol denoting a target name, or if
character_only
is TRUE, a character scalar denoting a target name.- ...
Arguments to
make()
, such asplan
andtargets
.- character_only
Logical, whether to assume target is a character string rather than a symbol.
- config
Deprecated.
Examples
if (FALSE) { # \dontrun{
isolate_example("Quarantine side effects.", {
load_mtcars_example() # Get the code with drake_example("mtcars").
deps_target(regression1_small, my_plan)
})
} # }