powered by
tiledb_config
Load a saved tiledb_config file from disk
tiledb_config_load(path)
path to the config file
# NOT RUN { 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"] # }
Run the code above in your browser using DataLab