Hacker News new | ask | show | jobs
by j_b_s 2700 days ago
I built a little tool to audit objects in your R pipeline here:

https://jabustyerman.com/2017/09/29/auditing-your-r-data-pip...

This basically allows you to tag (wrap) intermediate functions in your pipe, and then inspect the objects generated by that function later.