Package: boxr 0.3.7.9000

Ian Lyttle

boxr: Interface for the 'Box.com API'

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

Authors:Brendan Rocks [aut], Ian Lyttle [aut, cre], Nathan Day [aut], Vincent Fulco [ctb], Alec Wong [ctb], Alex Brodersen [ctb]

boxr_0.3.7.9000.tar.gz
boxr_0.3.7.9000.zip(r-4.7)boxr_0.3.7.9000.zip(r-4.6)boxr_0.3.7.9000.zip(r-4.5)
boxr_0.3.7.9000.tgz(r-4.6-any)boxr_0.3.7.9000.tgz(r-4.5-any)
boxr_0.3.7.9000.tar.gz(r-4.7-any)boxr_0.3.7.9000.tar.gz(r-4.6-any)
boxr_0.3.7.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
boxr/json (API)

# Install 'boxr' in R:
install.packages('boxr', repos = c('https://r-box.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-box/boxr/issues

Pkgdown/docs site:https://r-box.github.io

On CRAN:

Conda:

8.68 score 63 stars 256 scripts 447 downloads 46 exports 52 dependencies

Last updated from:b2a214ed78. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK140
source / vignettesOK205
linux-release-x86_64OK175
macos-release-arm64OK138
macos-oldrel-arm64OK169
windows-develOK87
windows-releaseOK86
windows-oldrelOK97
wasm-releaseOK126

Exports:%>%box_add_descriptionbox_authbox_auth_on_attachbox_auth_servicebox_browsebox_collab_createbox_collab_deletebox_collab_getbox_comment_createbox_comment_getbox_delete_filebox_delete_folderbox_dir_createbox_dir_invitebox_dlbox_fetchbox_fresh_authbox_getwdbox_loadbox_lsbox_previous_versionsbox_pushbox_readbox_read_csvbox_read_excelbox_read_jsonbox_read_rdsbox_read_tsvbox_restore_filebox_restore_folderbox_savebox_save_imagebox_save_rdsbox_searchbox_search_filesbox_search_foldersbox_search_trashbox_setwdbox_sourcebox_ulbox_version_apibox_version_historybox_version_numberbox_writeboxr_options

Dependencies:askpassassertthatbitbit64cellrangerclicliprcpp11crayoncurldata.tabledigestdplyrforcatsforeignfsgenericsgluehavenhmshttrjosejsonlitelifecyclemagrittrmimeopensslpillarpkgconfigprettyunitsprogresspurrrR.methodsS3R.ooR.utilsR6readrreadxlrematchriorlangstringistringrsystibbletidyselecttzdbutf8vctrsvroomwithrwritexl

Box Apps
Interactive App | Service App

Last update: 2025-04-13
Started: 2019-10-27

Box Interactive-Apps
Using an Interactive App | Transferring token to RStudio Server | Creating an Interactive App | Create App | Set OAuth2 Parameters

Last update: 2025-04-13
Started: 2019-10-27

Box Service-Apps
Using a Service App | Transferring token to RStudio Server | Collaboration Workflows | Creating a Service App | Create App | Set OAuth2 Parameters | Authorize App

Last update: 2025-04-13
Started: 2019-10-27

boxr: A high-level R interface for the box.com API
Authentication | tl;dr | More information | Basic operations | Directories | Files | Advanced operations | Interacting with Box files | Interacting with R Session | Using Box trash | Piping | Reporting Bugs

Last update: 2025-04-13
Started: 2015-04-02

Design Philosophy
Detour into Postel's Law | Box API | boxr functions | Ideas for how to proceed | Single function to call the API | Extract content | Parse content | Stack in tabular form | Wrangle | All together | Questions and lingering issues | Documentation normalization

Last update: 2021-01-17
Started: 2021-01-17

Readme and manuals

Help Manual

Help pageTopics
Add description to a Box filebox_add_description
Authenticate to Box (interactive-app)box_auth
Authenticate to Box (interactive) automaticallybox_auth_on_attach
Authenticate to Box (service-app)box_auth_service
Open a Box directory or file in browserbox_browse
Create Box collaborationbox_collab_create
Delete Box collaborationbox_collab_delete
Get Box collaborationsbox_collab_get
Create/get Box commentsbox_comment_create box_comment_get
Move files within Box, from/to trash directorybox_delete_file box_delete_folder box_restore_file box_restore_folder
Create a Box directorybox_dir_create
Invite collaborationbox_dir_invite
Download/upload files from/to Boxbox_dl box_ul
Download/upload directories from/to Boxbox_fetch box_push
Re-authenticate to Box (interactive-app)box_fresh_auth
List files in a Box directorybox_ls
Get version informationbox_previous_versions
Read an R object from a Box filebox_read box_read_csv box_read_excel box_read_json box_read_rds box_read_tsv
Download/upload an R workspace from/to a Box filebox_load box_save box_save_image
Search Box filesbox_search box_search_files box_search_folders box_search_trash
Get/set Box default working-directorybox_getwd box_setwd
Get version informationbox_version_history box_version_number
Write an R object to a Box filebox_save_rds box_write
Get boxr optionsboxr_options
boxr S3 Classesboxr_S3_classes