tiledb_domain | R Documentation |
tiledb_domain
objectAll tiledb_dim
must be of the same TileDB type.
tiledb_domain(dims, ctx = tiledb_get_context())
dims |
list() of tiledb_dim objects |
ctx |
tiledb_ctx (optional) |
tiledb_domain
dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(1L, 100L), type = "INT32"),
tiledb_dim("d2", c(1L, 50L), type = "INT32")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.