Interface for the 'Box.com API'
Add description to a Box file
Authenticate to Box (interactive-app)
Authenticate to Box (interactive) automatically
Authenticate to Box (service-app)
Open a Box directory or file in browser
Create Box collaboration
Delete Box collaboration
Get Box collaborations
Create/get Box comments
Move files within Box, from/to trash directory
Create a Box directory
Compare the contents of Remote and Local Directories
Invite collaboration
Download/upload files from/to Box
Download/upload directories from/to Box
Re-authenticate to Box (interactive-app)
List files in a Box directory
Get version information
Read an R object from a Box file
Download/upload an R workspace from/to a Box file
Search Box files
Get/set Box default working-directory
Source R code from a Box file
Upload or update a file
Access Box version API
Get version information
Write an R object to a Box file
Issue a get request for a file stored on box.com
boxr: access the Box API
Get boxr options
boxr S3 Classes
Create a data.frame of metadata of the contents of a local directory
Obtain a data.frame of the sub-directories in a box.com folder
Single Directory Operations for Downloading and Uploading multiple Fil...
Pipe operator
An R interface for the remote file hosting service 'Box' (<https://www.box.com/>). In addition to uploading and downloading files, this package includes functions which mirror base R operations for local files, (e.g. box_load(), box_save(), box_read(), box_setwd(), etc.), as well as 'git' style functions for entire directories (e.g. box_fetch(), box_push()).