08 - Data Tidying with {tidyr}
Sep 14, 2025
·
1 min read
Artwork by @allison_horstThe concept of tidy data is, as the name suggests, of primary importance in the tidyverse. This lesson will introduce you to the criteria of tidy data, why it’s important, and how to reshape your raw data into a tidy format using pivot_wider() and pivot_longer().
Further Reading
R for Data Science chapter on tidy data
Tutorial on reshaping data from R-Ladies Sydney