kinto-b/makepipe

Allow user to add annotations in `make_*()`

Closed this issue · 0 comments

Something like:

make_with_source(
  desc = "Load and clean raw data",
  dependencies = c("data/0_raw_data.csv", "lookup/concordance.csv"),
  source = "1 data_prep.R",
  targets = "data/1_data.Rds"
)