Array {stencilaschema}R Documentation

Array type

Description

Array type

Usage

Array(items)

Arguments

items

The type that items in the array should be

Value

A list of class Array describing the valid items of an array

Examples

Array(numeric)
Array("numeric")
Array(Person)
Array(Union(character, Person))

[Package stencilaschema version 1.0.0 Index]