inst/templates/_targets.R

# _targets.R
library(targets)
library(tarchetypes)
source("R/functions.R")
options(tidyverse.quiet = TRUE)
tar_option_set(packages = c("tidyverse")) # add packages here

tar_pipeline(

  # add targets here

)
toddgrabowsky/tarflow documentation built on Feb. 4, 2021, 4:41 p.m.