tidyr (version 0.4.1)

unnest_: Standard-evaluation version of unnest.

Description

This is a S3 generic.

Usage

unnest_(data, unnest_cols, .drop = NA)

Arguments

data
A data frame.
unnest_cols
Name of columns that needs to be unnested.
.drop
Should additional list columns be dropped? By default, unnest will drop them if unnesting the specified columns requires the rows to be duplicated.