tiledb_vfs_open: Open a TileDB VFS Filehandle for reading or writing

View source: R/VFS.R

tiledb_vfs_openR Documentation

Open a TileDB VFS Filehandle for reading or writing

Description

Open a TileDB VFS Filehandle for reading or writing

Usage

tiledb_vfs_open(
  binfile,
  mode = c("READ", "WRITE", "APPEND"),
  vfs = tiledb_get_vfs(),
  ctx = tiledb_get_context()
)

Arguments

binfile

A character variable describing the (binary) file to be opened

mode

A character variable with value ‘READ’, ‘WRITE’ or ‘APPEND’

vfs

A TileDB VFS object; default is to use a cached value.

ctx

(optional) A TileDB Ctx object

Value

A TileDB VFS Filehandle object (as an external pointer)


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