Skip to contents

Create and cache a SOMA Context Object

Usage

soma_context(config)

Arguments

config

A named character vector with ‘key’ and ‘value’ pairs defining the configuration setting

Value

An external pointer object containing a shared pointer instance of SOMAContext

Examples

cfgvec <- as.vector(tiledb::tiledb_config()) # TileDB Config in vector form
sctx <- soma_context(cfgvec)