Learn R Programming

tiledb (version 0.30.2)

config,tiledb_ctx-method: Retrieve the tiledb_config object from the tiledb_ctx

Description

Retrieve the tiledb_config object from the tiledb_ctx

Usage

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

Value

tiledb_config object associated with the tiledb_ctx instance

Arguments

object

tiledb_ctx object

Examples

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