R/rclone_ls.R
rclone_lsd.Rd
Convenience wrapper around rclone_ls() that returns only directories.
rclone_ls()
rclone_lsd(path, recursive = FALSE, ...)
Remote path in rclone syntax, e.g. "myremote:bucket/prefix". For local paths use the filesystem path directly.
"myremote:bucket/prefix"
Logical; if TRUE, list all objects recursively. Default FALSE.
TRUE
FALSE
Additional flags passed to rclone lsjson as strings (e.g. "--fast-list").
rclone lsjson
"--fast-list"
A data frame (see rclone_ls()).