tiledb_vfs: Creates a 'tiledb_vfs' object

View source: R/VFS.R

tiledb_vfsR 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()


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