top of page
Search

R studio is a must have!

  • Writer: Sara Sajjadi
    Sara Sajjadi
  • Sep 5, 2020
  • 1 min read

Updated: Sep 9, 2020

Yo Bantai!


Let's get started with R...


R studio is an IDE for R. It only provides an environment to work, the code, however, is run on R. So you have to download R along with R studio to get started.


This is how R Studio looks

  1. R script: this is where you write your code

  2. Console: your code will be run here

  3. Environment: the variables you create will appear here

  4. This is a multipurpose space: you can view your plots, list of files and packages and help documentation here


Key Features


  1. There are shortcut keys for everything, from running code to getting to help. Try this shortcut out "ctrl + L"!

  2. The fuzzy matching feature makes suggestions as you type even when you skip letters of the word eg. simply typing "insl" would suggest "install.packages()"

  3. You can perform many operations such as loading your data or downloading a graph just by clicking and avoid typing code completely.

  4. R script checks your code and flags syntax errors as you type

  5. R markdown can be used for presenting and saving your code

  6. You can choose a theme for a pleasing appearance of Rstudio


This is only the tip of the iceberg! Using R studio is fun and it makes life easy with all its cool features!


Excited to start coding? So am I, to teach you!!

Stay tuned for the next post about the basics of R programming...


Mumbai Slang:


Bantai, boss: friend


 
 
 

Comments


Commenting on this post isn't available anymore. Contact the site owner for more info.
  • LinkedIn
  • Twitter
  • Instagram
  • Facebook
  • Pinterest

©2020 by Data Bantai

bottom of page