tiledb_ctx_set_tag {tiledb} | R Documentation |
Sets a string:string "tag" on the Ctx
Description
Sets a string:string "tag" on the Ctx
Usage
tiledb_ctx_set_tag(object, key, value)
Arguments
object |
|
key |
string |
value |
string |
Examples
ctx <- tiledb_ctx(c("sm.tile_cache_size" = "10"))
cfg <- tiledb_ctx_set_tag(ctx, "tag", "value")
[Package tiledb version 0.29.0 Index]