Rdocumentation
powered by
Learn R Programming
tidyr (version 0.6.1)
nest_: Standard-evaluation version of
nest
.
Description
This is a S3 generic.
Usage
nest_(data, key_col, nest_cols = character())
Arguments
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.