Learn R Programming

arrow (version 0.14.1)

dictionary: dictionary type factory

Description

dictionary type factory

Usage

dictionary(index_type, value_type, ordered = FALSE)

Arguments

index_type

index type, e.g. int32()

value_type

value type, probably utf8()

ordered

Is this an ordered dictionary ?

Value

a arrow::DictionaryType