R Programming Language
R Programming Language
R Programming Language
Seminar by:
RubinaParveen,sabitha, samyuktha, Sangeetha, sreelakshmi.
Contents
Introduction
History of R
Features in R
Companies using R
GUI Of R
Installing R
R package
R console
Application of R
Comparison with other languages.
Pros and cons of R
Conclusion
Introduction
Standard R is accessed over the command line. However, users who prefer an easy-to-use graphical user
interface (GUI) are in luck. There are many GUIs available for R, some of which are free and open source.
If you’d like to learn more about R GUIs, here are six of the most popular options:
Rstudio Open Source Version
Rattle
Deducer
RKWard
JGR (pronounced “Jaguar” and standing for “Java Gui for R”)
Installing R
The console window (in RStudio, the bottom left panel) is the
place where R is waiting for you to tell it what to do, and where it
will show the results of a command. You can type commands
directly into the console, but they will be forgotten when you close
the session.
Application of R
R acts as a tool, used to make sense of big data and to gain use from it. R has also
proved itself usefulness in research by processing large amounts of data in less
time.
R is a statistical research tool. It is still used by statisticians and students to perform various
statistical computations and analyses.
R is also used for machine learning research and deep learning as well.
Many governmental departments use R for record-keeping and processing their censuses. This
helps them in effective law-making and governance.
Pictorial representation of application of R
Comparison with other languages
Conclusion
R is free and open-source, making it possible for anyone to have access to world-class statistical analysis
tools. It is used widely in academia and the private sector and is the most popular statistical analysis
programming language today. Learning R isn’t easy — if it was, data scientists wouldn’t be in such high
demand. However, there is no shortage of quality resources you can use to learn R if you’re willing to put in
the time and effort