powered by
Returns the number of dimensions for a tiledb domain object
# S4 method for tiledb_dim tiledb_ndim(object)
An integer with the number of dimensions.
A tiledb_dim object
tiledb_dim
# \dontshow{ ctx <- tiledb_ctx(limitTileDBCores()) # } d1 <- tiledb_dim("d1", c(1L, 10L), 10L) tiledb_ndim(d1)
Run the code above in your browser using DataLab