Skip to contents

This is frequently necessary to unnest tags, products, feedbacks, personas and other columns embedded in prodpad data.

Usage

unnest_tibble(.data, .col)

Arguments

.data

Tibble

.col

Column name

Value

A modified tibble

Details

This function converts the list column into a list of tibbles, then calls [tidyr::unnest_longer()] followed by [tidyr::unnest_wider()]. The effect is to hoist the entire list into the top level data.