Learn R Programming

tiledb (version 0.33.0)

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

A tiledb_config object

mode

A character value "any", currently unused

Examples

Run this code
# \dontshow{
ctx <- tiledb_ctx(limitTileDBCores())
# }
cfg <- tiledb_config()
as.vector(cfg)

Run the code above in your browser using DataLab