inst/templates/_drake.R

# This file needs to be run everytime the R session is restarted
source("./packages.R")

# Load all function files
sapply(list.files("./R", full.names = TRUE), source)

# _drake.R must end with a call to drake_config().
drake_config(plan)
tagteam/heaven documentation built on April 26, 2024, 6:22 a.m.