Return the tiledb_dim
datatype
Usage
# S4 method for class 'tiledb_dim'
datatype(object)
Examples
d1 <- tiledb_dim("d1", domain = c(5L, 10L), tile = 2L, type = "INT32")
datatype(d1)
#> [1] "INT32"
Return the tiledb_dim
datatype
# S4 method for class 'tiledb_dim'
datatype(object)
d1 <- tiledb_dim("d1", domain = c(5L, 10L), tile = 2L, type = "INT32")
datatype(d1)
#> [1] "INT32"