Return the tiledb_dim tile extent
Usage
# S4 method for class 'tiledb_dim'
tile(object)Examples
d1 <- tiledb_dim("d1", domain = c(5L, 10L), tile = 2L)
tile(d1)
#> [1] 2
Return the tiledb_dim tile extent
# S4 method for class 'tiledb_dim'
tile(object)d1 <- tiledb_dim("d1", domain = c(5L, 10L), tile = 2L)
tile(d1)
#> [1] 2