tiledb_ndim,tiledb_dim-method {tiledb} | R Documentation |
Returns the number of dimensions for a tiledb domain object
Description
Returns the number of dimensions for a tiledb domain object
Usage
## S4 method for signature 'tiledb_dim'
tiledb_ndim(object)
Arguments
object |
tiledb_ndim object |
Value
1L
Examples
d1 <- tiledb_dim("d1", c(1L, 10L), 10L)
tiledb_ndim(d1)
[Package tiledb version 0.29.0 Index]