Data Tidying with tidyr
The 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()
.
Slides
Further Reading
R for Data Science chapter on tidy data
Tutorial on reshaping data from R-Ladies Sydney