tiledb_ctx {tiledb} | R Documentation |
Creates a tiledb_ctx
object
Description
Creates a tiledb_ctx
object
Usage
tiledb_ctx(config = NULL, cached = TRUE)
Arguments
config |
(optional) character vector of config parameter names, values |
cached |
(optional) logical switch to force new creation |
Value
tiledb_ctx
object
Examples
# default configuration
ctx <- tiledb_ctx()
# optionally set config parameters
ctx <- tiledb_ctx(c("sm.tile_cache_size" = "100"))
[Package tiledb version 0.29.0 Index]