Authorizing to Box

box_auth()

Obtain a Box token

box_fresh_auth()

Obtain a fresh Box token

box_auth_on_attach()

Obtain a Box token automatically

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_previous_versions()

Get details of previous versions of a Box file

box_add_description()

Add description to a Box file

Searching Box

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

Search Box files

Using Box Trash

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

Move files within Box, from/to trash directory

Interacting with R Session

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

Read an R object from a Box file

box_write()

Write an R object to a Box file

box_source()

Source R code from a Box file

box_save() box_save_image() box_load()

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

Package Meta-functions

boxr-package

boxr: access the Box API

boxr_options()

Get boxr options

boxr_S3_classes

boxr S3 Classes