Code dependencies
List the dependencies of a function or expression.
tar_deps(expr)
expr |
A quoted R expression or function. |
targets
detects the dependencies of commands using
static code analysis. Use tar_deps()
to run the
code analysis and see the dependencies for yourself.
Character vector of the dependencies of a function or expression.
Other inspect:
tar_deps_raw()
,
tar_glimpse()
,
tar_manifest()
,
tar_network()
,
tar_outdated()
,
tar_sitrep()
,
tar_validate()
,
tar_visnetwork()
tar_deps(x <- y + z) tar_deps({ x <- 1 x + a }) tar_deps(function(a = b) map_dfr(data, ~do_row(.x)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.