Exercises

  1. Learn R basics from R tutorials.
  1. Write simple R code with RStudio IDE.
  • Try create a new R script and save it in a file
  • Open it from your file system and edit it
  • Run it line by line
  • Run it in one go
  1. Explore RStudio help functions.
  • Try to type “?plot” in Console
  • Try run help(plot) in editor
  • Explore plot from RStudio help
  • Search “R plot” from Google or Bing
  1. Explore project and working directory from RStudio.

  2. Create a R project called “MyDataScienceProject”.