Chapter 2 A tidyverse primer
Learning objectives:
- List the
tidyversedesign principles. - Explain what it means for the
tidyverseto be designed for humans. - Describe how reusing existing data structures can make functions easier to work with.
- Explain what it means for a set of functions to be designed for the pipe.
- Explain what it means for function to be designed for functional programming.
- List some differences between a
tibbleand a basedata.frame. - Recognize how to use the
tidyverseto read and wrangle data.