unnest_recursive: Unnests a a data frame of list-columns

Description Usage Arguments Value

View source: R/unnest_cols.R

Description

Unnests a a data frame of list-columns

Usage

1
unnest_recursive(x, id_col = "id")

Arguments

x

data.frame with one N columns, where one colum is the id_col and the N-1 are all list-columns

id_col

id column which will be used to join unnested lists back together

Value

a data frame


kippchicago/teachboostr documentation built on May 20, 2019, 10:23 a.m.