Hacker News new | ask | show | jobs
by jstx1 1803 days ago
I would recommend the opposite - pick stuff from tidyverse (mostly dplyr and ggplot2) only if you need them. Knowing base R goes a long way on its own.
1 comments

Pipe operator is now in base R so one of the nice features is now standard

|>

https://www.r-bloggers.com/2021/05/new-features-in-r-4-1-0/