tiledb_config_save | R Documentation |
tiledb_config
object ot a local text fileSave a tiledb_config
object ot a local text file
tiledb_config_save(config, path)
config |
The |
path |
The path to config file to be created |
path to created config file
tmp <- tempfile()
cfg <- tiledb_config(c("sm.tile_cache_size" = "10"))
pth <- tiledb_config_save(cfg, tmp)
cat(readLines(pth), sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.