tiledb_vfs_ls_recursive: Recursively list objects from given URI

View source: R/VFS.R

tiledb_vfs_ls_recursiveR Documentation

Recursively list objects from given URI

Description

This functionality is currently limited to S3 URIs.

Usage

tiledb_vfs_ls_recursive(
  uri,
  vfs = tiledb_get_vfs(),
  ctx = tiledb_get_context()
)

Arguments

uri

Character variable with a URI describing a file path

vfs

(optiona) A TileDB VFS object; default is to use a cached value.

ctx

(optional) A TileDB Ctx object

Value

A data.frame object with two columns for the full path and the object size in bytes


TileDB-Inc/TileDB-R documentation built on Oct. 2, 2024, 8:14 a.m.