Learn R Programming

aurelius (version 0.8.4)

avro_fixed: avro_fixed

Description

Constructs a list of lists Avro schema for the fixed (byte array with fixed size) type.

Usage

avro_fixed(size, name = NULL, namespace = NULL)

Arguments

size

size of the byte array

name

required name (if missing, gen_unique_fixed_name is invoked)

namespace

optional namespace

Examples

Run this code
avro_fixed(6, "MACAddress")

Run the code above in your browser using DataLab