Retrieves the dimension of the tiledb_dim domain
Usage
# S3 method for class 'tiledb_dim'
dim(x)
Examples
d1 <- tiledb_dim("d1", c(1L, 10L), 5L)
dim(d1)
#> [1] 10
Retrieves the dimension of the tiledb_dim domain
# S3 method for class 'tiledb_dim'
dim(x)
d1 <- tiledb_dim("d1", c(1L, 10L), 5L)
dim(d1)
#> [1] 10