powered by
tiledb_dim
Return the tiledb_dim tile extent
# S4 method for tiledb_dim tile(object)
A scalar tile extent
A tiledb_dim object
# \dontshow{ ctx <- tiledb_ctx(limitTileDBCores()) # } d1 <- tiledb_dim("d1", domain = c(5L, 10L), tile = 2L) tile(d1)
Run the code above in your browser using DataLab