powered by
Save a TileDB Config object to a local text file
tiledb_config_save(config, path)
path to created config file
A tiledb_config object
tiledb_config
The path to config file to be created
# \dontshow{ 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