International College of Digital Innovation, Chiang Mai University
October 30, 2024
\(~\)
\[~\] posit: Cheatsheet
R is the most popular language in the world of Data Analytics/Science.
It helps analyze data that is both structured and unstructured.
It was made R the standard language for performing statistical operations.
R allows various features that differentiate it from other Data Analytics/Science languages.
R is a very good program for data visualization.
R plays a vital role in Data Science, you will be benefited with following operations in R.
We can run a code without any compiler: R is an interpreted language, so that we can run code without any compiler.
Many calculations are done with vectors: R is a vector language, so anyone can add functions to a single Vector without putting it in a loop.
Statistical language: R is used in economics, business, finance, and statistics etc..
R will also be a great help in business.
The primary reason is that R is open-source. Therefore it can be modified and redistributed as per the user’s need.
R has a tool to create a dynamic report (rmarkdown and quarto).
Open-source
R is an open-source language, you can modify various functions in R and make your packages. Since R is issued under the General Public Licence (GNU), there are no restrictions on its usage.
R is one of the most popular programming languages in the industry. With the emergence of data science, the need for R in the industries became evident.
R comprises libraries like the ggplot2, plotly, and highcharter that offer graphical aesthetic plots to its users.
The quantmod package in R is a widely used package for quantitative financial modeling and trading analysis.
R provides the package with the ability to build aesthetic web applications. For example, using the R Shiny package, we can develop interactive dashboards straight from the console of R IDE(recommend RStudio).
There are several benefits and some limitations of the R programming language.
Pros of R Language
R is the most comprehensive statistical analysis package, as new technology and ideas often appear first in R.
R is open-source. We can run R anywhere at any time and even sell it under the conditions of the license.
It is cross-platform and runs on many operating systems. It is best for GNU/Linux, Windows, and MAC OS.
Everyone is welcome to provide bug fixes, code enhancements, and new packages.
Cons of R Language
The quality of some packages in R is less than perfect.
There is no customer support for R language if something does not work.
R commands are hardly concerned with memory management.
Download R
\(~\)Download RStudio
Download quarto
03:00