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

Implement `makepipe_result` #17

Closed kinto-b closed 3 years ago

kinto-b commented 3 years ago

Both make_with_recipe() and make_with_source() now return an object of class makepipe_result. Along with metadata relating to the execution, this object contains a result element which: