box_ls {boxr} | R Documentation |
List files in a Box directory
Description
Non-recursive
Usage
box_ls(dir_id = box_getwd(), limit = 100, max = Inf, fields = NULL)
Arguments
dir_id |
|
limit |
|
max |
|
fields |
|
Value
Object with S3 class boxr_object_list
.
See Also
box_fetch()
and box_push()
for synchronizing the contents of
local and remote directories.
[Package boxr version 0.3.6 Index]