inst/rave-pipelines/template-rmd-python/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
beauchamplab/raveio documentation built on March 5, 2025, 11:06 p.m.