ts/man/ts_union.Rd
2025-02-07 13:16:52 +13:00

15 lines
292 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/types.R
\name{ts_union}
\alias{ts_union}
\title{Union type}
\usage{
ts_union(...)
}
\arguments{
\item{...}{Types to merge}
}
\description{
Create a union of types. Currently this only accepts schemas as strings.
}