Returns a data frame of objects at the given path, parsed from rclone's JSON
output. This is the primary listing function and maps to rclone lsjson.
Arguments
- path
Remote path in rclone syntax, e.g.
"myremote:bucket/prefix". For local paths use the filesystem path directly.- recursive
Logical; if
TRUE, list all objects recursively. DefaultFALSE.- dirs_only
Logical; if
TRUE, list only directories. DefaultFALSE.- files_only
Logical; if
TRUE, list only files (no directories). DefaultFALSE.- ...
Additional flags passed to
rclone lsjsonas strings (e.g."--fast-list").