View source: R/ArraySchemaEvolution.R
tiledb_array_schema_evolution_add_enumeration | R Documentation |
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()
)
object |
A TileDB 'array_schema_evolution' object |
name |
A character value with the name for the Enumeration |
enums |
A character vector |
ordered |
(optional) A boolean switch whether the enumeration is ordered |
ctx |
(optional) A TileDB Ctx object; if not supplied the default context object is retrieved |
The modified 'array_schema_evolution' object, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.