powered by
tiledb_config
Save a tiledb_config object ot a local text file
tiledb_config_save(config, path)
path to created config file
The tiledb_config object
The path to config file to be created
ctx <- tiledb_ctx(limitTileDBCores()) tmp <- tempfile() cfg <- tiledb_config(c("sm.tile_cache_size" = "10")) pth <- tiledb_config_save(cfg, tmp) cat(readLines(pth), sep = "\n")
Run the code above in your browser using DataLab