[,tiledb_config,ANY-method | R Documentation |
Gets a config parameter value
## S4 method for signature 'tiledb_config,ANY'
x[i, j, ..., drop = FALSE]
x |
|
i |
parameter key string |
j |
parameter key string, currently unused. |
... |
Extra parameter for method signature, currently unused. |
drop |
Optional logical switch to drop dimensions, default FALSE, currently unused. |
a config string value if parameter exists, else NA
cfg <- tiledb_config()
cfg["sm.tile_cache_size"]
cfg["does_not_exist"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.