config,tiledb_ctx-method {tiledb}R Documentation

Retrieve the tiledb_config object from the tiledb_ctx

Description

Retrieve the tiledb_config object from the tiledb_ctx

Usage

## S4 method for signature 'tiledb_ctx'
config(object = tiledb_get_context())

Arguments

object

tiledb_ctx object

Value

tiledb_config object associated with the tiledb_ctx instance

Examples


ctx <- tiledb_ctx(c("sm.tile_cache_size" = "10"))
cfg <- config(ctx)
cfg["sm.tile_cache_size"]


[Package tiledb version 0.27.0 Index]