tiledb_vfs_write {tiledb} | R Documentation |
Write to a TileDB VFS Filehandle
Description
This interface currently defaults to using an integer vector. This is suitable for R objects
as the raw vector result from serialization can be mapped easily to an integer vector. It is
also possible to memcpy
to the contiguous memory of an integer vector should other
(non-R) data be transferred.
Usage
tiledb_vfs_write(fh, vec, ctx = tiledb_get_context())
Arguments
fh |
A TileDB VFS Filehandle external pointer as returned from |
vec |
An integer vector of content to be written |
ctx |
(optional) A TileDB Ctx object |
Value
The result of the write operation is returned.
[Package tiledb version 0.29.0 Index]