_drake.R

## Load your packages, e.g. library(drake).
source("./packages.R")

## Load your R files
lapply(list.files("./R", full.names = TRUE), source)

## _drake.R must end with a call to drake_config().
## The arguments to drake_config() are basically the same as those to make().
drake_config(plan)
jameelalsalam/analysispkg documentation built on June 18, 2020, 12:15 a.m.