[<-,tiledb_config,ANY,ANY,ANY-method | R Documentation |
Sets a config parameter value
## S4 replacement method for signature 'tiledb_config,ANY,ANY,ANY'
x[i, j] <- value
x |
|
i |
parameter key string |
j |
parameter key string |
value |
value to set, will be converted into a stringa |
updated tiledb_config
object
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"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.