deps_targets {drake} | R Documentation |
See the dependencies of a target
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Use deps_target()
(singular) instead.
Usage
deps_targets(targets, config, reverse = FALSE)
Arguments
targets |
A character vector of target names. |
config |
An output list from |
reverse |
Logical, whether to compute reverse dependencies (targets immediately downstream) instead of ordinary dependencies. |
Details
Deprecated on 2018-08-30.
Value
Names of dependencies listed by type (object, input file, etc).
[Package drake version 7.13.9 Index]