tiledb_ndrectangle | R Documentation |
tiledb_ndrectangle
objectCreates a tiledb_ndrectangle
object
tiledb_ndrectangle(dom, ctx = tiledb_get_context())
dom |
A TileDB Domain object for which the NDRectangle object is created |
ctx |
(optional) A TileDB Ctx object |
The tiledb_ndrectangle
object
if (tiledb_version(TRUE) >= "2.25.0") {
dom <-tiledb_domain(dim = tiledb_dim("d1", c(1L, 100L), type = "INT32"))
ndr <- tiledb_ndrectangle(dom)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.