inst/templates/plan.R

plan <- drake_plan(
  lab_notebook = {
    file_in("notebook/")
    with_dir("notebook/", {
      render_book("index.Rmd")
      unlink("search_index.json")
    })
  },
  figures = {
    render(knitr_in("figures/paper-figures.Rmd"))
    file_out("figures/paper-figures.html")
  }
)
ngriffiths21/skeleton documentation built on Aug. 30, 2020, 12:04 a.m.