Obtain a data.frame describing the contents of a box.com folder
box_ls(dir_id = box_getwd())
The box.com id for the folder that you'd like to query
A data.frame describing the contents of the the folder specified by
dir_id
. Non recursive.
box_fetch
and box_push
for synchronizing
the contents of local and remote directories. list.files
for
examining the contents of local directories.