Learn R Programming

tiledb (version 0.30.2)

as.vector.tiledb_config: Convert a tiledb_config object to a R vector

Description

Convert a tiledb_config object to a R vector

Usage

# S3 method for tiledb_config
as.vector(x, mode = "any")

Value

a character vector of config parameter names, values

Arguments

x

tiledb_config object

mode

Character value "any", currently unused

Examples

Run this code
ctx <- tiledb_ctx(limitTileDBCores())
cfg <- tiledb_config()
as.vector(cfg)

Run the code above in your browser using DataLab