dictionary | R Documentation |
Create a dictionary type
dictionary(index_type = int32(), value_type = utf8(), ordered = FALSE)
index_type |
A DataType for the indices (default |
value_type |
A DataType for the values (default |
ordered |
Is this an ordered dictionary (default |
A DictionaryType
Other Arrow data types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.