tiledb_ndim,tiledb_dim-method | R Documentation |
Returns the number of dimensions for a tiledb domain object
## S4 method for signature 'tiledb_dim'
tiledb_ndim(object)
object |
tiledb_ndim object |
1L
d1 <- tiledb_dim("d1", c(1L, 10L), 10L)
tiledb_ndim(d1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.