Get the datatype of a named tiledb_ndrectangle
dimension
Source: R/NDRectangle.R
tiledb_ndrectangle_datatype.Rd
Get the datatype of a named tiledb_ndrectangle
dimension
Examples
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")
}
#> [1] "INT32"