tiledb_object_walk: Recursively discover TileDB resources at a given root URI path
Description
Recursively discover TileDB resources at a given root URI path
Usage
tiledb_object_walk(uri, order = "PREORDER", ctx = tiledb_get_context())
Value
a dataframe with object type, object uri string columns
Arguments
- uri
root uri path to walk
- order
(default "PREORDER") specify "POSTORDER" for "POSTORDER" traversal
- ctx
tiledb_ctx object (optional)