powered by
Same as tar_deps() except expr must already be an unquoted function or expression object.
tar_deps()
expr
tar_deps_raw(expr)
An R expression object or function.
Character vector of the dependencies of a function or expression.
Other inspect: tar_deps(), tar_glimpse(), tar_manifest(), tar_network(), tar_outdated(), tar_sitrep(), tar_validate(), tar_visnetwork()
tar_glimpse()
tar_manifest()
tar_network()
tar_outdated()
tar_sitrep()
tar_validate()
tar_visnetwork()
# NOT RUN { tar_deps_raw(quote(x <- y + z)) tar_deps_raw( quote({ x <- 1 x + a }) ) tar_deps_raw(function(a = b) map_dfr(data, ~do_row(.x))) # }
Run the code above in your browser using DataLab