Lecture Ticket 10
Reading
Read the following sections of IFDAR.
- Chapter 6
Questions
What is a
tibble
? How does it relate to adata.frame
?Why do we prefer reading in data with
readr
over baseR
?Are all
tibble
sdata.frame
s? Are alldata.frame
stibble
s?