tiledb_array_schema_set_enumeration_empty | R Documentation |
Add an empty Enumeration to a Schema
tiledb_array_schema_set_enumeration_empty(
schema,
attr,
enum_name,
type_str = "ASCII",
cell_val_num = NA_integer_,
ordered = FALSE,
ctx = tiledb_get_context()
)
schema |
An Array Schema |
attr |
An Attribute for which an empty Enumeration will be added |
enum_name |
A character value with the Enumeration name |
type_str |
A character value with the TileDB type, defaults to ‘ASCII’ |
cell_val_num |
An integer with number values per cell, defaults to |
ordered |
A logical value indicated standard |
ctx |
Optional tiledb_ctx object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.