Non-recursive
box_ls(dir_id = box_getwd(), limit = 100, max = Inf, fields = NULL)
numeric
or character
, folder ID at Box.
integer
, maximum number of entries to retrieve per query-page.
integer
, maximum number of entries to retrieve in total.
character
, fields to return; the default
value, NULL
, will return all possible fields from API: modified_at
,
content_modified_at
, name
, id
, type
, sha1
,size
,
owned_by
, path_collection
, description
, file_version
.
Object with S3 class boxr_object_list
.
box_fetch()
and box_push()
for synchronizing the contents of
local and remote directories.