tiledb_vfs_serialize: Serialize an R Object to a VFS-accessible URI
Description
Serialize an R Object to a VFS-accessible URI
Usage
tiledb_vfs_serialize(obj, uri, vfs = tiledb_get_vfs())
Value
The uri is returned invisibly
Arguments
- obj
An R object which will be passed to serialize()
- uri
Character variable with a URI describing a file path to an RDS file
- vfs
A TileDB VFS object; default is to use a cached value.