This document provides a cheat sheet for data wrangling techniques using the dplyr and tidyr packages in R. It outlines conventions for working with tibbles and piping syntax. Methods are presented for reshaping data between wide and long formats, tidying data into a tidy format, subsetting and selecting data, grouping and summarizing data, creating new variables, and joining data.