powered by
tiledb_config
Save a tiledb_config object ot a local text file
tiledb_config_save(config, path)
The tiledb_config object
The path to config file to be created
path to created config file
# NOT RUN { 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