UNIT 5 – INTRODUCTION TO R STUDIO
Introducing R Studio, Installing R Studio, Basic Data Types (numeric, Integer, Complex, Character, logical, Raw Type,
Basic Arithmetic Operation (Addition, subtraction, multiplication, division, exponentiation, modulus), Script (Input)
Panel, Console (Output) Panel, Variable, rules of writing variables, Object in a programming (Vector, List, Matrices,
Arrays, Factors, Data Frames)
Introducing R Studio
R Studio is an integrated development environment (IDE) for R language. IDE is a GUI (Graphical
User interface), where you can write your codes, see the results and also see the variables that are
generated during the course of programming.
• R Studio is available as both Open source and Commercial software.
• R Studio is also available as both Desktop and Server versions.
• R Studio is also available for various platforms such as Windows, Linux, and macOS.
Installing R Studio (First we will install R langauge then R studio)
R Studio can be downloaded from its official Website ([Link] :
Link to download R: [Link]
Link to download R Studio: [Link]
Else you can access both easility at: [Link]
• Click on Download R for windows.
• Click on install R for the first time.
• Click on Download R-4.5.0 for Windows.
• Check download folder for the following file:
• Double click on the file and select english langauge in the dialog box that appeared.
• Click on OK button.
• Click on next Button.
• Click on next Button.
• Click on next Button.
• Click on next Button.
• Click on next Button.
• Click on next Button.
• Click on FINISH Button.
Installing R Studio
Now click on the following link to install R Studio.
[Link]
• Now click on download RSTUDIO desktop for windows and wait for few
minutes.
• Check download folder for the following file:
• Double click of the above file [Link]
• Click on the next button.
• Click on install button.
• Click on Finish button.
• Rstudio is now install on your System.
Opening Rstudio
• Search for Rstudio in your system
• Now click on Rstudio.
• Click on OK Button.
• Click on file tab New File Rscript.
• RStudio is ready for coding.