Skip to content
/ R Public

R is an open-source programming language that is widely used as a statistical software and data analysis tool.

License

Notifications You must be signed in to change notification settings

parvbhargava/R

Repository files navigation

R Programming


The World is one Big Data Problem!

R is an open-source programming language that is widely used as a statistical software and data analysis tool. R generally comes with the Command-line interface. R is available across widely used platforms like Windows, Linux, and macOS. Also, the R programming language is the latest cutting-edge tool.


Features

  • Used as a leading tool for machine learning, statistics, and data analysis
  • Platform-independent language
  • Open-source free language
  • Allows to integrate with other programming languages. Thus, can easily interact with many data sources and statistical packages.
  • Currently one of the most requested programming languages in the Data Science genre.

Installation

R can easily be installed from R Download Link. The installer is then run and R is setup in our systems. Then we download the professional code editor for R Programming Language RStudio. Once installed, running the installer can easily setup RStudio and made functional.


Sample Code

Once the setup is complete we can easily write our first R code to understand the smooth functioning of R in our systems.

x <- 11
print(x)
typeof(x)

The output obtained somewhat looks like:

[1] 10
[2] "double"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

@author: parvbhargava


About

R is an open-source programming language that is widely used as a statistical software and data analysis tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages