Last data update: 2014.03.03

R: Standard-evaluation version of 'nest'.
nest_R Documentation

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.

Results