tiledb_attribute_get_enumeration | R Documentation |
Get the TileDB Attribute Enumeration
tiledb_attribute_get_enumeration(attr, arr, ctx = tiledb_get_context())
tiledb_attribute_get_enumeration_ptr(attr, arrptr, ctx = tiledb_get_context())
attr |
A TileDB Attribute object |
arr |
A Tiledb Array object |
ctx |
A Tiledb Context object (optional) |
arrptr |
A Tiledb Array object pointer |
A character vector with the enumeration (of length zero if none)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.