Skip to contents

This function takes a list, converts each element into a tibble, binds them all into a single dataframe, and then unnests the 'records' and 'value' columns.

Usage

flatten_records(x)

Arguments

x

A list of dataframes.

Value

A single dataframe with unnested 'records' and 'value' columns.