powered by
tiledb_vfs
Creates a tiledb_vfs object
tiledb_vfs(config = NULL, ctx = tiledb_get_context())
The tiledb_vfs object
(optional) character vector of config parameter names, values
(optional) A TileDB Ctx object
ctx <- tiledb_ctx(limitTileDBCores()) # default configuration vfs <- tiledb_vfs()
Run the code above in your browser using DataLab