tiledb_config_load | R Documentation |
tiledb_config
file from diskLoad a saved tiledb_config
file from disk
tiledb_config_load(path)
path |
path to the config file |
tmp <- tempfile()
cfg <- tiledb_config(c("sm.tile_cache_size" = "10"))
pth <- tiledb_config_save(cfg, tmp)
cfg <- tiledb_config_load(pth)
cfg["sm.tile_cache_size"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.