Learn R Programming

tiledb (version 0.33.0)

[,tiledb_config,ANY-method: Gets a config parameter value

Description

Gets a config parameter value

Usage

# S4 method for tiledb_config,ANY
[(x, i, j, ..., drop = FALSE)

Value

A config string value if parameter exists, else NA

Arguments

x

A tiledb_config object

i

parameter key string

j

parameter key string, currently unused.

...

Extra parameter for method signature, currently unused.

drop

Optional logical switch to drop dimensions, default FALSE, currently unused.

Examples

Run this code
# \dontshow{
ctx <- tiledb_ctx(limitTileDBCores())
# }
cfg <- tiledb_config()
cfg["sm.tile_cache_size"]
cfg["does_not_exist"]

Run the code above in your browser using DataLab