powered by
tiledb_config
tiledb_ctx
Retrieve the tiledb_config object from the tiledb_ctx
# S4 method for tiledb_ctx config(object = tiledb_get_context())
tiledb_config object associated with the tiledb_ctx instance
tiledb_ctx object
ctx <- tiledb_ctx(limitTileDBCores()) ctx <- tiledb_ctx(c("sm.tile_cache_size" = "10")) cfg <- config(ctx) cfg["sm.tile_cache_size"]
Run the code above in your browser using DataLab