ts_array.Rd
An array of typed objects. In zod, these are represented by z.array(); returned objects must be R lists, Robj.list().
z.array()
Robj.list()
ts_array(type)
The input type, either a zod-style string ("z.number()") or a ts_object.
An array object