tiledb_vfs_serialize {tiledb} | R Documentation |
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())
Arguments
obj |
An R object which will be passed to |
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. |
Value
The uri is returned invisibly
[Package tiledb version 0.29.0 Index]