Union {stencilaschema}R Documentation

Union type

Description

Union type

Usage

Union(...)

Arguments

...

The types in the union

Value

A list of class Union describing the valid sub types of a union type

Examples

Union(character, Person)

[Package stencilaschema version 1.0.0 Index]