[<-,tiledb_config,ANY,ANY,ANY-method {tiledb} | R Documentation |
Sets a config parameter value
Description
Sets a config parameter value
Usage
## S4 replacement method for signature 'tiledb_config,ANY,ANY,ANY'
x[i, j] <- value
Arguments
x |
|
i |
parameter key string |
j |
parameter key string |
value |
value to set, will be converted into a stringa |
Value
updated tiledb_config
object
Examples
cfg <- tiledb_config()
cfg["sm.tile_cache_size"]
# set tile cache size to custom value
cfg["sm.tile_cache_size"] <- 100
cfg["sm.tile_cache_size"]
[Package tiledb version 0.29.0 Index]