Lecture Ticket 12
Reading
Read the following sections of IFDAR.
- Review Chapter 6
- Begin Chapter 7 (read the introduction and 7.1)
Questions
You want to read in a file called “my_data.csv” on your computer and assign it to an object called
dat
inR
. Now, we’ve learned two approaches to reading in data (base andtidyverse
). How would you read it intoR
(a) with base and (b) withtidyverse
?What are the
dplyr
verbs that we will learn in Chapter 7? What do each of them do?