tiledb_ctx | R Documentation |
tiledb_ctx
objectCreates a tiledb_ctx
object
tiledb_ctx(config = NULL, cached = TRUE)
config |
(optional) character vector of config parameter names, values |
cached |
(optional) logical switch to force new creation |
tiledb_ctx
object
# default configuration
ctx <- tiledb_ctx()
# optionally set config parameters
ctx <- tiledb_ctx(c("sm.tile_cache_size" = "100"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.