powered by
Convert a TileDB Config object to a R vector
# S3 method for tiledb_config as.vector(x, mode = "any")
A character vector of config parameter names, values
A tiledb_config object
tiledb_config
A character value "any", currently unused
"any"
# \dontshow{ ctx <- tiledb_ctx(limitTileDBCores()) # } cfg <- tiledb_config() as.vector(cfg)
Run the code above in your browser using DataLab