R
R is a popular open-source interpreted programming language used for statistical computing and graphics. It was created by Ross Ihaka and Robert Gentleman and version 1.0 was released in February 2000.
R supports both procedural and object-oriented programming. Additionally, custom functions and extensions provide expanded functionality. A variety of packages for R are available through the R community. They are widely used by statisticians and data scientists for tasks such as statistics, data analysis, and data visualization.
One of the most prominent IDEs for R programming is RStudio, which can be downloaded here.
Installation
The R programming language can be installed via the Comprehensive R Archive Network (CRAN). There are separate sets of download instructions for the following operating systems:
Linux (there are separate processes for Debian, Fedora/Redhat, and Ubuntu)
R Concepts
- Built-in Functions
- Comments
- Conditionals
- CSV Files
- Data Frames
- Data Types
- Functions
- Loops
- Matrices
- Operators
- Strings
- switch()
- Variables
- Vectors
R contributors
Contribute to Docs
- Learn more about how to get involved.
- Submit feedback to let us know how we can improve Docs.