Part 26 Tidy Data and Pivoting

library(tidyverse)

26.1 Orientation

26.1.1 Today

Today’s concept is tidy data and the tidyr package.

  • Reshaping data by pivoting with tidyr::pivot_longer() and tidyr::pivot_wider().

26.1.2 Resources

For concepts of tidy data:

For pivoting with tidyr, check out the pivot vignette.