[,tiledb_config,ANY-method {tiledb}R Documentation

Gets a config parameter value

Description

Gets a config parameter value

Usage

## S4 method for signature 'tiledb_config,ANY'
x[i, j, ..., drop = FALSE]

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.

Value

a config string value if parameter exists, else NA

Examples


cfg <- tiledb_config()
cfg["sm.tile_cache_size"]
cfg["does_not_exist"]

[Package tiledb version 0.29.0 Index]