config,tiledb_ctx-method | R Documentation |
tiledb_config
object from the tiledb_ctx
Retrieve the tiledb_config
object from the tiledb_ctx
## S4 method for signature 'tiledb_ctx'
config(object = tiledb_get_context())
object |
tiledb_ctx object |
tiledb_config
object associated with the tiledb_ctx
instance
ctx <- tiledb_ctx(c("sm.tile_cache_size" = "10"))
cfg <- config(ctx)
cfg["sm.tile_cache_size"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.