Is it still worth learning R?
We were taught basic R in the stat course but many wondered why python wasn't used instead of R. Almost everyone I asked except a few said python supercedes R in "almost" every way.
So my question is, where does R outshine python? Why do most statisticians still use R?
Some pros for R as pointed out by the kind people in comments :
- R is better for data wrangling and it has piping.
- It has dedicated packages for many fields which heavily use stats.
- Data vectorization.