Combine and harmonize schemas
Combine and harmonize schemas
unify_schemas(..., schemas = list(...))
... |
Schemas to unify |
schemas |
Alternatively, a list of schemas |
A Schema
with the union of fields contained in the inputs
## Not run: a <- schema(b = double(), c = bool()) z <- schema(b = double(), k = utf8()) unify_schemas(a, z) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.