| as.data.frame.tiledb_config | R Documentation | 
tiledb_config object to a R data.frameConvert a tiledb_config object to a R data.frame
## S3 method for class 'tiledb_config'
as.data.frame(x, ...)
x | 
 
  | 
... | 
 Extra parameter for method signature, currently unused.  | 
a data.frame wth parameter, value columns
cfg <- tiledb_config()
as.data.frame(cfg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.