this post was submitted on 13 Jun 2023
3 points (100.0% liked)

R Programming

269 readers
1 users here now

Please use this as a forum to discuss R, and learn more about it. If you have any questions about how to do specific things in R, this is the place to ask.

Getting Started

You can download R here.

You can download RStudio here. RStudio IDE, which is supported by Posit PBC, is a powerful and well-developed IDE for R. Other development environment options include Emacs addon Emacs Speak Statistics and VSCode.

Other Communities

Other communities that may be of interest across the fediverse:

Please send @a_statistician a message to recommend additional communities to add to this list.

Learning resources:

founded 2 years ago
MODERATORS
 

Pola.rs is a Python package to interface with a Rust library, but it's evidently coming to R as well.

As I understand it, Polars is an alternative to wrangling libraries like data.table and dplyr. This book compares the syntax of the 3 libraries.

top 1 comments
sorted by: hot top controversial new old
[–] a_statistician 1 points 2 years ago

I'm currently trying to decide whether to rewrite some of my course materials to feature polars in Python, since I hate the pandas syntax for data wrangling relative to how nice and clean dplyr's verbs are. I also hate the fact that you can't easily pipe things because of copy-on-write warnings. I generally try not to update things until I'm clear that a library is going to achieve at least some mainstream adoption, so I'm wondering whether you see Polars being useful and adopted in R or Python. I teach both, so having similar syntax across languages is a plus because it confuses my students less.