nest_ {tidyr} | R Documentation |
nest
.This is a S3 generic.
nest_(data, key_col, nest_cols = character())
data |
A data frame. |
key_col |
Name of the column that will contain the nested data frames. |
nest_cols |
Character vector of columns to nest. |