Unable to load image

Maker of RStudio launches new R and Python IDE

https://news.ycombinator.com/item?id=40815097

any R nerds here, haven't used it since finishing my masters

24
Jump in the discussion.

No email address required.

I love R. It's my first programming language that I learned and I have a lot of fun with it. Everybody at my work still uses excel, so they're easily impressed when i make beautiful graphs (Love ggplot).

I do worry that I invested too much time into R instead of other languages, since I don't know if companies actually use it. I guess ill find out soon in the next couple of months when i get a new job :marseyfsjal:

Jump in the discussion.

No email address required.

Our company is moving to R from other stuff like SAS. Sadly I was taught on SPSS and didn't really use R in my postgrad. I REALLY want to :marseytrain:-sition to R though to open up doors for future when I eventually want to move on from this job for 💰💰💰 pastures.

Jump in the discussion.

No email address required.

Our company is moving to R from other stuff like SAS.

Jesus Christ lmao. I had to work with SAS when I worked for an airline. The code was probably older than me and it was rock solid but extremely tedious to extend or modify.

Jump in the discussion.

No email address required.

That's 100% my experience. Some of the code I work with is like 10 years old minimum, but it works a treat.

But frick doing some stuff basic modifications or other reshaping etc can be STRANGELY tedious.

Jump in the discussion.

No email address required.

R isn't as bad as people make it out to be. But in my experience I have found that most teachers who try to teach do a shit job at it. I recommend the book R for Data Science by Hadley Wickham for a solid introduction into R. Just reading and understanding that book will give you a solid foundation of R and then you look on substack for any additional information you'll need.

Then if you really want to outshine everyone I would then recommend the following books:

  • Advanced R

  • Efficient R Programming

These books are definitely overkill for what you'll most likely need but will definitely improve your skills. Otherwise you can find a ton of books (For free!) on whatever you need to learn. Right now Im reading books on text mining and NLP for R (Since we're not allowed to use Python at work :marseysad:)

Jump in the discussion.

No email address required.

Thanks for this! I've always struggled on where to start / which books so I appreciate the recommendations! From the bit I used R for a while nack with ggplots and some other libraries for heat maps it was easy and I was so iimpressed. And I think a lot of pir static viz's could be so much better compared to Tableau (which really should be replaced with Power BI).

Jump in the discussion.

No email address required.

IMO R's array syntax is unnecessarily clunky and it kinda sucks at anything that's not stats related. I know that's part of the design but it makes doing basic stuff like JSON parsing a pain.

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.