Daff is an R package that provides utilities for comparing and patching data frames. It detects changes in values, rows being added or removed, and columns being added or removed. The diff_data function generates diffs between two data frames. The patch can then be applied to the original data using patch_data or written to disk. Daff uses a tabular diff format called highlighter to store and render diffs between data frames.