Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 638 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 638 Bytes

targets-demo

This repo is intended as a minimal demo of using the targets R package for workflow management using data from the palmerpenguins package.

Instructions

  1. Check out the files and code in data/ and R/
  2. Load the targets package with library(targets)
  3. Run use_targets()
  4. Edit _targets.R

Check out the manual for instructions on how to run the pipeline.

The "solution" can be found in the "with-targets" branch.