powered by
tiledb_config
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
tiledb_config object
Character value "any", currently unused
"any"
ctx <- tiledb_ctx(limitTileDBCores()) cfg <- tiledb_config() as.vector(cfg)
Run the code above in your browser using DataLab