Combine and harmonize schemas
unify_schemas(..., schemas = list(...))
Arguments
... |
Schemas to unify |
schemas |
Alternatively, a list of schemas |
Value
A Schema
with the union of fields contained in the inputs, or
NULL
if any of schemas
is NULL
Examples
#> Schema
#> b: double
#> c: bool
#> k: string