Skip to contents

Applies the appropriate flatten function to each list-column based on schema information.

Usage

air_simplify(data, schema = NULL)

Arguments

data

A tibble (typically from air_read()).

schema

Optional list of field definitions (from at_get_schema()). If NULL, uses heuristics.

Value

A tibble with list-columns replaced by character representations.