Learn R Programming

tiledb (version 0.30.2)

tiledb_vfs: Creates a tiledb_vfs object

Description

Creates a tiledb_vfs object

Usage

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

Value

The tiledb_vfs object

Arguments

config

(optional) character vector of config parameter names, values

ctx

(optional) A TileDB Ctx object

Examples

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

Run the code above in your browser using DataLab