
A Grammar of Nested Data Manipulation
Provides functions for manipulating nested data frames in a list-column using dplyr syntax. Rather than unnesting, then manipulating a data frame, nplyr allows users to manipulate each nested data frame directly. nplyr is a wrapper for dplyr functions that provide tools for common data manipulation steps: filtering rows, selecting columns, summarising grouped data, among others.