tiledb_vfs {tiledb}R Documentation

Creates a tiledb_vfs object

Description

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


# default configuration
vfs <- tiledb_vfs()


[Package tiledb version 0.27.0 Index]