tiledb_config_save: Save a 'tiledb_config' object ot a local text file

View source: R/Config.R

tiledb_config_saveR Documentation

Save a tiledb_config object ot a local text file

Description

Save a tiledb_config object ot a local text file

Usage

tiledb_config_save(config, path)

Arguments

config

The tiledb_config object

path

The path to config file to be created

Value

path to created config file

Examples


tmp <- tempfile()
cfg <- tiledb_config(c("sm.tile_cache_size" = "10"))
pth <- tiledb_config_save(cfg, tmp)

cat(readLines(pth), sep = "\n")


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.