Add an Enumeration to a TileDB Array Schema Evolution object
tiledb_array_schema_evolution_add_enumeration(
object,
name,
enums,
ordered = FALSE,
ctx = tiledb_get_context()
)
The modified 'array_schema_evolution' object, invisibly
A TileDB 'array_schema_evolution' object
A character value with the name for the Enumeration
A character vector
(optional) A boolean switch whether the enumeration is ordered
(optional) A TileDB Ctx object; if not supplied the default context object is retrieved