Introduction to R, RStudio, and R Markdown
For our first week in the new rstats peer-led graduate seminar, we will be focusing on getting everyone up and running in R. We will cover basic philosophy of programming in R for data analysis, introductory R material, and then introduce the readr
package as the first data analysis skill. The slides can be found here, and the in class materials can be downloaded here.
Topics Covered
- Philosophy of Programming
- Why use R
- How to start data analysis
- Interacting with RStudio
- Running code in R Markdown
- Writing in R Markdown
- Installing and Loading packages
- R Introductory concepts
- Vectors and data frames
- Using functions
- Reading R documentation
- Reading data into R
- Issues reading data
- Using the
readr
package