powered by
tiledb_ctx
Creates a tiledb_ctx object
tiledb_ctx(config = NULL, cached = TRUE)
(optional) character vector of config parameter names, values
(optional) logical switch to force new creation
tiledb_ctx object
# NOT RUN { # default configuration ctx <- tiledb_ctx() # optionally set config parameters ctx <- tiledb_ctx(c("sm.tile_cache_size" = "100")) # }
Run the code above in your browser using DataLab