This repo is intended as a minimal demo of using the targets
R
package for workflow management
using data from the palmerpenguins
package.
- Check out the files and code in
data/
andR/
- Load the
targets
package withlibrary(targets)
- Run
use_targets()
- 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.