R/tar_deps_raw.R

Defines functions tar_deps_raw

Documented in tar_deps_raw

#' @rdname tar_deps
#' @export
tar_deps_raw <- function(expr) {
  if (!is.function(expr)) {
    expr <- embody_expr(expr)
  }
  deps_function(expr)
}
ropensci/targets documentation built on June 13, 2025, 5:18 a.m.