tiledb_object_ls {tiledb} | R Documentation |
List TileDB resources at a given root URI path
Description
List TileDB resources at a given root URI path
Usage
tiledb_object_ls(uri, filter = NULL, ctx = tiledb_get_context())
Arguments
uri |
uri path to walk |
filter |
optional filtering argument, default is "NULL", currently unused |
ctx |
tiledb_ctx object (optional) |
Value
a dataframe with object type, object uri string columns
[Package tiledb version 0.29.0 Index]