dictionary {arrow} | R Documentation |
Create a dictionary type
Description
Create a dictionary type
Usage
dictionary(index_type = int32(), value_type = utf8(), ordered = FALSE)
Arguments
index_type |
A DataType for the indices (default |
value_type |
A DataType for the values (default |
ordered |
Is this an ordered dictionary (default |
Value
See Also
[Package arrow version 16.1.0 Index]