unnest_ {tidyr} | R Documentation |
unnest
.This is a S3 generic.
unnest_(data, unnest_cols, .drop = NA, .id = NULL, .sep = NULL)
data |
A data frame. |
unnest_cols |
Name of columns that needs to be unnested. |
.drop |
Should additional list columns be dropped? By default,
|
.id |
Data frame idenfier - if supplied, will create a new column
with name |
.sep |
If non- |