[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../../cpp/../r/articles/../reference/dictionary.html [Back]  [Original]

Create a dictionary type dictionary Arrow R Package Skip to contents
Arrow R Package 25.0.1

Create a dictionary type

Usage

dictionary(index_type = int32(), value_type = utf8(), ordered = FALSE)

Arguments

index_type

A DataType for the indices (default int32())

value_type

A DataType for the values (default utf8())

ordered

Is this an ordered dictionary (default FALSE)?

Value

A DictionaryType

On this page


Web Proxy Viewer  |  New URL  |  Original Page