Sets a config parameter value
Examples
cfg <- tiledb_config()
cfg["sm.tile_cache_size"]
#> NA
#> NA
# set tile cache size to custom value
cfg["sm.tile_cache_size"] <- 100
cfg["sm.tile_cache_size"]
#> sm.tile_cache_size
#> "100"
Sets a config parameter value
cfg <- tiledb_config()
cfg["sm.tile_cache_size"]
#> NA
#> NA
# set tile cache size to custom value
cfg["sm.tile_cache_size"] <- 100
cfg["sm.tile_cache_size"]
#> sm.tile_cache_size
#> "100"