tiledb_current_domain {tiledb} | R Documentation |
Creates a tiledb_current_domain
object
Description
Creates a tiledb_current_domain
object
Usage
tiledb_current_domain(ctx = tiledb_get_context())
Arguments
ctx |
(optional) A TileDB Ctx object |
Value
The tiledb_current_domain
object
Examples
if (tiledb_version(TRUE) >= "2.25.0") {
cd <-tiledb_current_domain()
}
[Package tiledb version 0.29.0 Index]