Array {stencilaschema} | R Documentation |
Array type
Array(items)
items |
The type that items in the array should be |
A list
of class Array
describing the valid items
of an array
Array(numeric)
Array("numeric")
Array(Person)
Array(Union(character, Person))