Learn R Programming

⚠️There's a newer version (0.3.7) of this package.Take me there.

boxr (version 0.3.3)

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

541

Version

0.3.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Brendan Rocks

Last Published

August 16th, 2016

Functions in boxr (0.3.3)

box_delete_file

Move files to and from the box.com trash folder
box_dl

Download and upload individual files from box.com
box_search

Search the files in a box.com account
box_previous_versions

Retrieve details of previous versions of a remote file
box_fresh_auth

Reauthorise a Problematic box.com connection
box_fetch

Recursive, Directory-wide Operations to Synchronize Local and box.com directories
box_save

Save and load R workspaces via box.com
box_read

Read files from box.com into memory as R objects
box_ls

Obtain a data.frame describing the contents of a box.com folder
box_dir_diff

Compare the contents of Remote and Local Directories
box_setwd

Get/Set Default box.com directory/folder
box_dir_create

Create a new box.com folder
box_source

Execute R code stored on box.com
box_write

Write R Objects to Files Remotely Hosted on box.com
boxr_options

Display global options for boxr
box_upload_new

Upload or update a file
boxGet

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

Add a description to a file hosted remotely on box.com
box_auth_on_attach

Authenticate box.com account automatically
dirTreeRecursive

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

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

boxr S3 Classes
boxr-package

boxr
deleteRemoteObjects

Single Directory Operations for Downloading and Uploading mutiple Files
box_auth

Authenticate a box.com Account