Skip to main content

R Language Collective

Discuss R Language with peers and experts Learn more
A new space for technical discussions about R Language
Share your insights, advice and experience with peers and experts
Engage and discuss in threaded post replies

Discussions

Browse discussion posts about R Language.

10 discussion posts
Sorted by:
11 votes
757 views
19 replies

Is R efficient for sentiment analysis?

I would like to explore more about sentiment analysis but I cannot decide if I should start a project in python or R. What would you suggest?

Community's user avatar
  • 1
44 votes
3k views
34 replies

Which R is the "best": base, Tidyverse or data.table?

As the R ecosystem continues to evolve, a question that keeps being asked is "Should I use base R, Tidyverse, or data.table?" There may be some aspects in which one approach may be ...

LulY's user avatar
  • 1,259
28 votes
1k views
23 replies

What's your usual workflow working with VERY large datasets with limited memory

I recently changed work, and now I'm working mainly on large csv files (from 2 to 20) Giga bytes of size. The ram size of my computer is 16 GB, and I know that R loads all the data we are working with ...

vivek's user avatar
  • 311
11 votes
2k views
22 replies

Have you used AI for R coding and has it been successful?

Recently I have mixed success with using AI to help with some programming tasks. I am defining success here as: the code output being correct and coding faster than me. Here is an example of AI giving ...

Andrew Brēza's user avatar
4 votes
360 views
2 replies

Adding Profile-Guided Optimization (PGO) to the R interpreter

Recently I did many Profile-Guided Optimization (PGO) benchmarks on multiple projects (including interpreters and compilers like CPython, Rustc, Clang, Clangd, Clang Tidy, and many others) - the ...

M--'s user avatar
  • 27.9k
14 votes
525 views
17 replies

Where are other places for R discussions?

Where else is there to go for R discussion? I can think of: The R-help mailing lists - specialised into general R-help and the specialised dev lists, and also into special interest lists like R-...

monte's user avatar
  • 1,665
12 votes
374 views
8 replies

When to define a new generic and methods vs simple functions?

R has a somewhat special object-oriented ecosystem in which methods belong not to classes but instead to generic functions. This can be seen as a more functional object-oriented framework that plays ...

all music's user avatar
33 votes
472 views
0 replies

A CppCast podcast interview with Dirk Eddelbuettel about RCPP (2022)

I found this interesting interview with Dirk Eddelbuettel when searching for podcast episodes about R Programming. Dirk talks about the history of R and the RCPP library. I want to share this with the ...

M.Viking's user avatar
  • 5,311
8 votes
391 views
5 replies

Why does R not have the wider range of errors as seen in Python (ValueError, TypeError, IndexError, etc)

(To clarify upfront, I'm not trying to pass judgement on whether one system is better than the others. I'm just looking to understand the reasons for the differences and how it relates to each ...

Conor Neilson's user avatar
8 votes
507 views
3 replies

Is Web Assembly the Future of R?

As many of you are aware, WebR has entered the scene couple of months ago and I am eager to hear everyone's in-depth thoughts, potential concerns, and exciting possibilities that brings to the table. ...

Golem's user avatar
  • 134