R/Object.R
tiledb_object_walk.Rd
Recursively discover TileDB resources at a given root URI path
tiledb_object_walk(uri, order = "PREORDER", ctx = tiledb_get_context())
uri | root uri path to walk |
---|---|
order | (default "PREORDER") specify "POSTORDER" for "POSTORDER" traversal |
ctx | tiledb_ctx object (optional) |
a dataframe with object type, object uri string columns