Returns a tibble with names, timestamps, and sizes of files and folders inside the specified S3 folder.
Arguments
- path
(optional) Path inside the S3 folder. Specifies the subfolder whose contents should be listed. By default, when
path = "", lists root-level files and folders.- recursive
(logical) If
TRUE, lists contents recursively in all nested subfolders. Default isFALSE.- full_names
(logical) If
TRUE, folder path is appended to object names to give a relative file path.- root
S3 path of the project root. This serves as the reference point for all relative paths. When left as
NULL, the root is automatically derived from thecloudfs.s3field of the project's DESCRIPTION file.