Tidy data with tidyr
Slides in full screen | Download PDF slides
Exercises
Go to the task page for the exercises.
Resources
- Tidyr cheatsheet
- tidyr documentation: The official documentation for tidyr, with examples and function references.
- Pivoting vignette: A detailed guide to
pivot_longer()andpivot_wider()with many practical examples. - Tidy data chapter in R for Data Science: Explains the concept of tidy data