View source: R/ArraySchemaEvolution.R
tiledb_array_schema_evolution_extend_enumeration | R Documentation |
Extend an Evolution via Array Schema Evolution
tiledb_array_schema_evolution_extend_enumeration(
ase,
array,
enum_name,
new_values,
nullable = FALSE,
ordered = FALSE,
ctx = tiledb_get_context()
)
ase |
An ArraySchemaEvolution object |
array |
A TileDB Array object |
enum_name |
A character value with the Enumeration name |
new_values |
A character vector with the new Enumeration values |
nullable |
A logical value indicating if the Enumeration can contain missing values
(with a default of |
ordered |
A logical value indicating standard |
ctx |
Optional tiledb_ctx object |
The modified ArraySchemaEvolution object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.