Returns the number of dimensions for a tiledb domain object
Source:R/Dim.R
tiledb_ndim-tiledb_dim-method.Rd
Returns the number of dimensions for a tiledb domain object
Usage
# S4 method for class 'tiledb_dim'
tiledb_ndim(object)
Examples
d1 <- tiledb_dim("d1", c(1L, 10L), 10L)
tiledb_ndim(d1)
#> [1] 1