Learn R Programming

boxr (version 0.3.6)

Interface for the 'Box.com API'

Description

An R interface for the remote file hosting service 'Box' (). 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()).

Copy Link

Version

Install

install.packages('boxr')

Monthly Downloads

462

Version

0.3.6

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 19th, 2021

Functions in boxr (0.3.6)

box_add_description

Add description to a Box file
box_auth_on_attach

Authenticate to Box (interactive) automatically
box_auth

Authenticate to Box (interactive-app)
boxGet

Issue a get request for a file stored on box.com
box_collab_delete

Delete Box collaboration
box_collab_create

Create Box collaboration
box_comment_create

Create/get Box comments
box_collab_get

Get Box collaborations
box_auth_service

Authenticate to Box (service-app)
box_browse

Open a Box directory or file in browser
box_fresh_auth

Re-authenticate to Box (interactive-app)
box_ls

List files in a Box directory
box_dir_invite

Invite collaboration
box_delete_file

Move files within Box, from/to trash directory
box_dir_create

Create a Box directory
box_dir_diff

Compare the contents of Remote and Local Directories
box_read

Read an R object from a Box file
box_previous_versions

Get version information
box_fetch

Download/upload directories from/to Box
box_dl

Download/upload files from/to Box
box_save

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

Source R code from a Box file
box_setwd

Get/set Box default working-directory
boxr_S3_classes

boxr S3 Classes
dirTreeRecursive

Obtain a data.frame of the sub-directories in a box.com folder
boxr-package

boxr: access the Box API
box_search

Search Box files
boxr_options

Get boxr options
box_upload_new

Upload or update a file
create_loc_dir_df

Create a data.frame of metadata of the contents of a local directory
box_version_api

Access Box version API
box_version_history

Get version information
deleteRemoteObjects

Single Directory Operations for Downloading and Uploading multiple Files
box_write

Write an R object to a Box file
%>%

Pipe operator