Learn R Programming

tiledb (version 0.9.2)

tiledb_vfs: 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

Run this code
# NOT RUN {
# default configuration
vfs <- tiledb_vfs()

# }

Run the code above in your browser using DataLab