Comment by evolighting

4 days 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

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.

  • 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.