tiledb_vfs_remove_dir {tiledb} | R Documentation |
Remove a VFS Directory
Description
Remove a VFS Directory
Usage
tiledb_vfs_remove_dir(uri, vfs = tiledb_get_vfs())
Arguments
uri |
Character variable with a URI describing a diretory path |
vfs |
A TileDB VFS object; default is to use a cached value. |
Value
The uri value of the removed directory
[Package tiledb version 0.29.0 Index]