Learn R Programming

tiledb (version 0.9.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")

Arguments

x

tiledb_config object

mode

Character value "any", currently unused

Value

a character vector of config parameter names, values

Examples

Run this code
# NOT RUN {
cfg <- tiledb_config()
as.vector(cfg)

# }

Run the code above in your browser using DataLab