Learn R Programming

tiledb (version 0.33.0)

tiledb_current_domain: Creates a tiledb_current_domain object

Description

Creates a tiledb_current_domain object

Usage

tiledb_current_domain(ctx = tiledb_get_context())

Value

The tiledb_current_domain object

Arguments

ctx

(optional) A TileDB Ctx object

Examples

Run this code
# \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