R/Dim.R
dim.tiledb_dim.Rd
Retrieves the dimension of the tiledb_dim domain
# S3 method for tiledb_dim dim(x)
tiledb_dim object
tiledb_dim
a vector of the tile_dim domain type, of the dim domain dimension (extent)
ctx <- tiledb_ctx(limitTileDBCores()) d1 <- tiledb_dim("d1", c(1L, 10L), 5L) dim(d1) #> [1] 10