Y
Hacker News
new
|
ask
|
show
|
jobs
by
UpsideDownRide
265 days ago
This is obviously a personal thing but tidyverse syntax is great and lends itself very well to clear and concise data operations.
1 comments
kjkjadksj
265 days ago
I found base R even easier than tidyverse. Geom?? Puke. Just call the plot function you want from the standard library. Everything is just function(arg1=x, arg2=y). Easy.
link