Remix.run Logo
5555watch 4 days ago

Not that many years ago (maybe 2012-2014), we were taught working with R using only the base-R. Its' native script editor was a Windows Notepad or something equivalent. We used this for years.. Professors as well. For some reason we didn't know about RStudio or any other fancy IDE.

greazy 4 days ago | parent [-]

And this is why I hate reading other peoples R scripts.

15 packages loaded but only 3 used, `rm(list = ls())` at the top of every script, hard coded paths or worse using the `here` package.