Retrieve the tiledb_config
object from the tiledb_ctx
Usage
# S4 method for class 'tiledb_ctx'
config(object = tiledb_get_context())
Examples
ctx <- tiledb_ctx(c("sm.tile_cache_size" = "10"))
cfg <- config(ctx)
cfg["sm.tile_cache_size"]
#> sm.tile_cache_size
#> "10"