Union type
ts_union.RdCreate a union of types. Currently this only accepts schemas as strings.
Examples
x <- ts_union(ts_numeric(1), ts_character(1))
ts_union.RdCreate a union of types. Currently this only accepts schemas as strings.
x <- ts_union(ts_numeric(1), ts_character(1))