Learn R Programming

tiledb (version 0.9.7)

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())

Arguments

object

tiledb_ctx object

Value

tiledb_config object associated with the tiledb_ctx instance

Examples

Run this code
# NOT RUN {
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