Simplify all complex columns in a tibble for display/export
Source:R/type-convert.R
air_simplify.RdApplies the appropriate flatten function to each list-column based on schema information.
Arguments
- data
A tibble (typically from
air_read()).- schema
Optional list of field definitions (from
at_get_schema()). IfNULL, uses heuristics.