Learn R Programming

aurelius (version 0.8.4)

avro_array: avro_array

Description

Constructs a list of lists Avro schema for the array type.

Usage

avro_array(items)

Arguments

items

schema for the homogeneous array

Examples

Run this code
avro_array(avro_int)
avro_array(avro_string)

Run the code above in your browser using DataLab