Y
Hacker News
new
|
ask
|
show
|
jobs
by
dm319
2017 days ago
Do you use the Magrittr pipes? Works well with data.table for me.
1 comments
clircle
2017 days ago
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[..][..][..]
link
DT[..][..][..]