powered by
tiledb_current_domain
Creates a tiledb_current_domain object
tiledb_current_domain(ctx = tiledb_get_context())
The tiledb_current_domain object
(optional) A TileDB Ctx object
# \dontshow{ ctx <- tiledb_ctx(limitTileDBCores()) # } if (tiledb_version(TRUE) >= "2.25.0") { cd <- tiledb_current_domain() }
Run the code above in your browser using DataLab