DataCamp Course: Working with the RStudio IDE (Part 1)
Course Description
In the first part of this two-part RStudio tutorial, you will learn how to use RStudio, an IDE for R.
Chapter 1 will cover:
- how to install R Studio for Mac, Windows, or Linux
- how to run R code
- debugging in R
Chapter 2 will get into the features of the IDE geared toward making you a more effective R programmer, including code diagnostics and running scripts.
Finally, Part 1 finishes with a brief chapter on using RStudio projects for organizing and sharing your code with others.
In Part 2, you will learn how RStudio makes it easy to build your own R packages, integrate with GitHub, and use tools like R Markdown.