knitr::opts_chunk$set(echo = TRUE)

An opinionated lightweight template for smooth {targets} flows. Inspired by Mile McBain's {dflow} package.

Installation

remotes::install_github("toddgrabowsky/tarflow")

Usage

{tarflow} has an embedded RStudio project template that you can use to startup a {tarflow} project, but you can also create the project scaffolding in an existing RStudio project using:

tarflow::use_tarflow()

# creates the following project scaffolding
├── _targets.R
├── R/
├──── functions.R
├── data/


toddgrabowsky/tarflow documentation built on Feb. 4, 2021, 4:41 p.m.