Data Challenge Lab Home

Advanced pivoting [wrangle]

(Builds on: Basic pivoting)

pivot_longer() and pivot_wider() are very flexible, and can handle many varieties of non-tidy data sets. In this unit, you’ll dive deeper into pivoting and learn how to apply the pivot functions to more complex tidying tasks.

Readings