as.vector.tiledb_config {tiledb} | R Documentation |
Convert a tiledb_config
object to a R vector
Description
Convert a tiledb_config
object to a R vector
Usage
## S3 method for class 'tiledb_config'
as.vector(x, mode = "any")
Arguments
x |
|
mode |
Character value |
Value
a character vector of config parameter names, values
Examples
cfg <- tiledb_config()
as.vector(cfg)
[Package tiledb version 0.29.0 Index]