Learn R Programming

tiledb (version 0.30.2)

tiledb_ctx: Creates a tiledb_ctx object

Description

Creates a tiledb_ctx object

Usage

tiledb_ctx(config = NULL, cached = TRUE)

Value

tiledb_ctx object

Arguments

config

(optional) character vector of config parameter names, values

cached

(optional) logical switch to force new creation

Examples

Run this code
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