powered by
tiledb_ctx
Creates a tiledb_ctx object
tiledb_ctx(config = NULL, cached = TRUE)
tiledb_ctx object
(optional) character vector of config parameter names, values
(optional) logical switch to force new creation
ctx <- tiledb_ctx(limitTileDBCores()) # 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