|
|
|
|
|
by meanmrmustard92
2357 days ago
|
|
Agreed. Recent updates to rlang have made programming dplyr/ggplot2 functions a bit better, but it still feels super clunky. I use data.table for most things for programmability and speed reasons. As much as I like ggplot2, I find the rest of the tidyverse to be solving problems it invents (e.g. quosures to fix the problem of not permitting string arguments for dplyr verbs) and monopolising an open source ecosystem. |
|
I agree that it is slow, and when things break apart, heavy the NSE use in dplyr really comes back to bite you.