Skip to contents

Create a union of types. Currently this only accepts schemas as strings.

Usage

ts_union(..., default = NULL)

Arguments

...

Type objects to merge

default

Default value for the type (optional).

Examples

x <- ts_union(ts_numeric(1), ts_character(1))