nplyr
nplyr copied to clipboard
look into `nest_transmute()`
currently drops the non-nested cols... possibly will need to replace with a simple wrapper to nest_mutate(..., .keep = "none")