s3_dir_tree {s3fs} | R Documentation |
Print contents of directories in a tree-like format
Description
Print contents of directories in a tree-like format
Usage
s3_dir_tree(path, recurse = TRUE, ...)
Arguments
path |
(character): path A path to print the tree from |
recurse |
(logical): Returns all AWS S3 objects in lower sub directories |
... |
Additional arguments passed to s3_dir_ls. |
Value
character vector of s3 uri paths
[Package s3fs version 0.1.6 Index]