kinto-b / makepipe

Tools for constructing simple make-like pipelines in R.
https://kinto-b.github.io/makepipe/
GNU General Public License v3.0
30 stars 0 forks source link

Text summary #40

Closed kinto-b closed 1 year ago

kinto-b commented 2 years ago

Would it be possible to provide a text summary of the pipeline as an alternative to the flowchart?

For example a make_with_source() block could be rendered,

**Merge - `3 merge.R`**
Merge population variables into survey data.

- Dependencies: `data/2 dat.Rds`, `data/0 pop.Rds`
- Targets: `data/3 dat.Rds`