deps_targets: See the dependencies of a target
Description
Use deps_target()
(singular) instead.
Usage
deps_targets(targets, config, reverse = FALSE)
Value
Names of dependencies listed by type (object, input file, etc).
Arguments
- targets
A character vector of target names.
- config
An output list from drake_config()
- reverse
Logical, whether to compute reverse dependencies
(targets immediately downstream) instead of ordinary dependencies.
Details
Deprecated on 2018-08-30.