Skip to contents

Creates a tiledb_vfs object

Usage

tiledb_vfs(config = NULL, ctx = tiledb_get_context())

Arguments

config

(optional) character vector of config parameter names, values

ctx

(optional) A TileDB Ctx object

Value

The tiledb_vfs object

Examples

ctx <- tiledb_ctx(limitTileDBCores())
# default configuration
vfs <- tiledb_vfs()