This document provides a cheat sheet for tidying data with the tidyr package in R. It discusses tidy data principles and tibbles, and provides functions for reshaping data through pivoting, handling missing values, expanding and completing data, splitting and combining cells, and creating and transforming nested data frames with list columns. Key functions covered include pivot_longer, pivot_wider, drop_na, fill, replace_na, expand, complete, unite, separate, nest, unnest, and rowwise.