Comment on It's ok R, we still love you for diagrams.
Artyom@lemm.ee 11 months ago
I considered looking at R once. As a data scientist and an experienced Python user, maybe I’ll see something useful. Then I learned that R uses <-
for variable assignment and =
for equality evaluation, and I stopped learning because I would make that mistake if I learned to switch back and forth for the rest of my life.
ergotamin@feddit.de 11 months ago
You can also use = to assign variables in R it’s just not good practice