inst/examples/dag_targets/inner_function.R

inner_function <- function(argument) {
  local_object <- 1
  argument + global_object + local_object + 2
}

Try the makeit package in your browser

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

makeit documentation built on April 11, 2025, 5:38 p.m.