Open a TileDB VFS Filehandle for reading or writing
tiledb_vfs_open(
binfile,
mode = c("READ", "WRITE", "APPEND"),
vfs = tiledb_get_vfs(),
ctx = tiledb_get_context()
)
A TileDB VFS Filehandle object (as an external pointer)
A character variable describing the (binary) file to be opened
A character variable with value ‘READ’, ‘WRITE’ or ‘APPEND’
A TileDB VFS object; default is to use a cached value.
(optional) A TileDB Ctx object