Y
Hacker News
new
|
ask
|
show
|
jobs
by
erikgahner
141 days ago
Great stuff! You can make minor adjustments to the R-script so you do not need to rely on {dplyr} and {tidyr}. For example, use merge() instead of left_join() and use the base pipe, |>, instead of the magrittr pipe, %>%.
1 comments
lallero317
139 days ago
Thanks. Just pushed. (I had never used R before).
link