powered by
tiledb_dim
Return the tiledb_dim domain
# S4 method for tiledb_dim domain(object)
tiledb_dim object
a vector of (lb, ub) inclusive domain of the dimension
# NOT RUN { d1 <- tiledb_dim("d1", domain = c(5L, 10L)) domain(d1) # }
Run the code above in your browser using DataLab