inst/rave-pipelines/template-rmd/make-main.R

library(targets)

...targets <- local({
  source("common.R", local = TRUE)

  # load & combine pipelines
  targets <- raveio::load_targets(
    "make-TEMPLATE.R"
  )

  # reorder for debug use, or simply return `targets`
  targets

})

...targets

Try the raveio package in your browser

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

raveio documentation built on July 26, 2023, 5:29 p.m.