Remix.run Logo
evolighting 8 hours ago

R is more of a statistical software than a programming language. So, if you are a so-called "statistician," then R will feel familiar to you

UniverseHacker 8 hours ago | parent [-]

No, R is a serious general purpose programming language that is great for building almost any type of complex scientific software with. Projects like Bioconductor are a good example.

evolighting 5 hours ago | parent [-]

Perhaps a in a context of comparison with Python?

In my limited experience, Using R feels like to using JavaScript in the browser: it's a platform heavily focused on advanced, feature-rich objects (such as DataFrames and specialized plot objects). but you could also just build almost anything with it.