inst/rave-pipelines/template-r/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 May 5, 2024, 1:03 a.m.