tiledb_vfs_close {tiledb} | R Documentation |
Close a TileDB VFS Filehandle
Description
Close a TileDB VFS Filehandle
Usage
tiledb_vfs_close(fh, ctx = tiledb_get_context())
Arguments
fh |
A TileDB VFS Filehandle external pointer as returned from |
ctx |
(optional) A TileDB Ctx object |
Value
The result of the close operation is returned.
[Package tiledb version 0.29.0 Index]