tiledb_object_walk | R Documentation |
Recursively discover TileDB resources at a given root URI path
tiledb_object_walk(
uri,
order = c("PREORDER", "POSTORDER"),
ctx = tiledb_get_context()
)
uri |
root uri path to walk |
order |
traversal order, one of "PREORDER" and "POSTORDER" (default "PREORDER") |
ctx |
tiledb_ctx object (optional) |
a dataframe with object type, object uri string columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.