tiledb_ndrectangle_datatype | R Documentation |
tiledb_ndrectangle
dimensionGet the datatype of a named tiledb_ndrectangle
dimension
tiledb_ndrectangle_datatype(ndr, dimname)
ndr |
A TileDB NDRectangle object |
dimname |
A character variable with the dimension for which to get a datatype |
The tiledb_ndrectangle
dimension datatype as a character
if (tiledb_version(TRUE) >= "2.26.0") {
dom <- tiledb_domain(dim = tiledb_dim("d1", c(1L, 100L), type = "INT32"))
ndr <- tiledb_ndrectangle(dom)
tiledb_ndrectangle_datatype(ndr, "d1")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.