Skip to contents

Recursively discover TileDB resources at a given root URI path

Usage

tiledb_object_walk(uri, order = "PREORDER", ctx = tiledb_get_context())

Arguments

uri

root uri path to walk

order

(default "PREORDER") specify "POSTORDER" for "POSTORDER" traversal

ctx

tiledb_ctx object (optional)

Value

a dataframe with object type, object uri string columns