Lecture Ticket 14
Reading
Read the following sections of IFDAR.
- Chapter 7: sections 7.6 - 7.9, 7.12
Questions
What do
mutate()
andtransmute()
do? How are they different?What does the pipe (
%>%
) operator do?What’s your favorite
dplyr
verb we’ve learned about so far? Why?