unnest_ {tidyr} | R Documentation |
unnest
.This is a S3 generic.
unnest_(data, unnest_cols, .drop = NA)
data |
A data frame. |
unnest_cols |
Name of columns that needs to be unnested. |
.drop |
Should additional list columns be dropped? By default,
|