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)
}

Try the targets package in your browser

Any scripts or data that you put into this service are public.

targets documentation built on Oct. 3, 2024, 1:11 a.m.