tiledb_ctx_set_tag: Sets a string:string "tag" on the Ctx

View source: R/Ctx.R

tiledb_ctx_set_tagR 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

tiledb_ctx object

key

string

value

string

Examples


ctx <- tiledb_ctx(c("sm.tile_cache_size" = "10"))
cfg <- tiledb_ctx_set_tag(ctx, "tag", "value")


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.