tiledb_object_walk {tiledb}R Documentation

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())

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


[Package tiledb version 0.19.1 Index]