Evolve an Array Schema by adding an empty Enumeration
Source:R/ArraySchemaEvolution.R
tiledb_array_schema_evolution_add_enumeration_empty.Rd
Evolve an Array Schema by adding an empty Enumeration
Usage
tiledb_array_schema_evolution_add_enumeration_empty(
ase,
enum_name,
type_str = "ASCII",
cell_val_num = NA_integer_,
ordered = FALSE,
ctx = tiledb_get_context()
)
Arguments
- ase
An ArraySchemaEvolution object
- 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
NA_integer_
to flag theNA
value use for character values- ordered
A logical value indicating standard
factor
(whenFALSE
, the default) orordered
(whenTRUE
)- ctx
Optional tiledb_ctx object