powered by
tiledb_domain
All tiledb_dim must be of the same TileDB type.
tiledb_dim
tiledb_domain(dims, ctx = tiledb_get_context())
list() of tiledb_dim objects
tiledb_ctx (optional)
ctx <- tiledb_ctx(limitTileDBCores()) dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(1L, 100L), type = "INT32"), tiledb_dim("d2", c(1L, 50L), type = "INT32")))
Run the code above in your browser using DataLab