tiledb_vfs_is_dir {tiledb} | R Documentation |
Test for VFS Directory
Description
Test for VFS Directory
Usage
tiledb_vfs_is_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
A boolean value indicating if it is a directory
[Package tiledb version 0.29.0 Index]