Authenticating to Box

box_auth()

Authenticate to Box (interactive-app)

box_fresh_auth()

Re-authenticate to Box (interactive-app)

box_auth_service()

Authenticate to Box (service-app)

Accessing Directories

box_setwd() box_getwd()

Get/set Box default working-directory

box_dir_create()

Create a Box directory

box_ls()

List files in a Box directory

box_fetch() box_push()

Download/upload directories from/to Box

Accessing Files

box_dl() box_ul()

Download/upload files from/to Box

box_version_history() box_version_number()

Get version information

box_add_description()

Add description to a Box file

box_comment_create() box_comment_get()

Create/get Box comments

Collaborating

box_collab_create()

Create Box collaboration

box_collab_get()

Get Box collaborations

box_collab_delete()

Delete Box collaboration

Interacting with R Session

box_read() box_read_csv() box_read_tsv() box_read_json() box_read_excel() box_read_rds()

Read an R object from a Box file

box_write() box_save_rds()

Write an R object to a Box file

box_save() box_save_image() box_load()

Download/upload an R workspace from/to a Box file

box_browse()

Open a Box directory or file in browser

Searching Box

box_search() box_search_files() box_search_folders() box_search_trash()

Search Box files

Using Box Trash

box_delete_file() box_restore_file() box_delete_folder() box_restore_folder()

Move files within Box, from/to trash directory

Superseded

box_previous_versions()

Get version information

Deprecated

box_auth_on_attach()

Authenticate to Box (interactive) automatically

box_dir_invite()

Invite collaboration

Meta

boxr-package

boxr: access the Box API

boxr_options()

Get boxr options

boxr_S3_classes

boxr S3 Classes