unnest_col: Unnest a column containing vectors

Description Usage Arguments Value Author(s) Source

View source: R/unnest_col.R

Description

Faster implementation of unnest applicable only when the nested column is a vector (i.e. not a table or dataframe).

Usage

1

Arguments

x

tibble. database with a column to unnest.

col

character. Name of the column to unnest.

Value

A dataframe where all variables are discrete.

Author(s)

Nicolas Mangin

Source

https://stackoverflow.com/questions/40420597/r-flatten-nested-data-table/40420690#40420690


NicolasJBM/tablR documentation built on June 9, 2021, 5:23 p.m.