powered by
tiledb_ndrectangle
Creates a tiledb_ndrectangle object
tiledb_ndrectangle(dom, ctx = tiledb_get_context())
The tiledb_ndrectangle object
A TileDB Domain object for which the NDRectangle object is created
(optional) A TileDB Ctx object
ctx <- tiledb_ctx(limitTileDBCores()) if (tiledb_version(TRUE) >= "2.25.0") { dom <-tiledb_domain(dim = tiledb_dim("d1", c(1L, 100L), type = "INT32")) ndr <- tiledb_ndrectangle(dom) }
Run the code above in your browser using DataLab