Skip to contents

Generic that dispatches on the air_* S3 class of a column, applying the appropriate per-type flattener. Plain (already-flat) vectors are returned unchanged.

Usage

air_flatten(x, ...)

Arguments

x

A column, typically an air_* list-column from air_read().

...

Passed to the underlying flattener, e.g. sep, field, format.

Value

A character vector (or x unchanged for non-air_* input).