dim.tiledb_dim | R Documentation |
Retrieves the dimension of the tiledb_dim domain
## S3 method for class 'tiledb_dim'
dim(x)
x |
|
a vector of the tile_dim domain type, of the dim domain dimension (extent)
d1 <- tiledb_dim("d1", c(1L, 10L), 5L)
dim(d1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.