tiledb_vfs_read | R Documentation |
This interface currently defaults to reading an integer vector. This is suitable for R objects
as a raw vector used for (de)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.
tiledb_vfs_read(fh, offset, nbytes, ctx = tiledb_get_context())
fh |
A TileDB VFS Filehandle external pointer as returned from |
offset |
A scalar value with the byte offset from the beginning of the file with a of zero. |
nbytes |
A scalar value with the number of bytes to be read. |
ctx |
(optional) A TileDB Ctx object |
The binary file content is returned as an integer vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.