[,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
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 codectx <- tiledb_ctx(limitTileDBCores())
cfg <- tiledb_config()
cfg["sm.tile_cache_size"]
cfg["does_not_exist"]
Run the code above in your browser using DataLab