inst/templates/plan.R

# This is where you write your drake plan.
# Details: https://books.ropensci.org/drake/plans.html

plan <- drake_plan(
  # Write your plan in here in the style of:
  # target = my_function(args_to_function)
  # 
  # Any custom functions have to be defined and saved in then ./R/ directory
)
tagteam/heaven documentation built on April 26, 2024, 6:22 a.m.