tiledb_ctx_set_tag | R Documentation |
Sets a string:string "tag" on the Ctx
tiledb_ctx_set_tag(object, key, value)
object |
|
key |
string |
value |
string |
ctx <- tiledb_ctx(c("sm.tile_cache_size" = "10"))
cfg <- tiledb_ctx_set_tag(ctx, "tag", "value")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.