Learn R Programming

boxr (version 0.3.3)

box_ls: Obtain a data.frame describing the contents of a box.com folder

Description

Obtain a data.frame describing the contents of a box.com folder

Usage

box_ls(dir_id = box_getwd())

Arguments

dir_id
The box.com id for the folder that you'd like to query

Value

A data.frame describing the contents of the the folder specified by dir_id. Non recursive.

See Also

box_fetch and box_push for synchronizing the contents of local and remote directories. list.files for examining the contents of local directories.