Hacker News new | ask | show | jobs
by clircle 2018 days ago
I think I'm going to appreciate the native pipes, it will likely improve the readability of my data.table chains.
1 comments

Do you use the Magrittr pipes? Works well with data.table for me.
I've seen them used with data.table, but I don't use them myself. Reason being that I don't want to load a lib just to make my chains look a bit better. I usually have chains short enough that it's okay doing

DT[..][..][..]