Sets a string:string "tag" on the Ctx
tiledb_ctx_set_tag(object, key, value)
object |
|
---|---|
key | string |
value | string |
ctx <- tiledb_ctx(limitTileDBCores()) ctx <- tiledb_ctx(c("sm.tile_cache_size" = "10")) cfg <- tiledb_ctx_set_tag(ctx, "tag", "value")