Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/boxrPublic

📦 A high-level R interface for the box.com API

License

NotificationsYou must be signed in to change notification settings

r-box/boxr

Repository files navigation

cran versioncodecovmonthly_downloadsR-CMD-check

A lightweight,opinionated, high-level R interface to the box.com API,standing on the shoulders ofhttr.

Box is a cloud content-management andfile-sharing service. The goal of theboxr package is to make iteasier for you to integrate your Box account into your R workflow.

New in boxr 0.3.7

Bug fixes

  • Harmonizes the default location for tokens;~ resolves to the homedirectory for all platforms. A patch is applied offering to movetokens from “old” locations. This bug appeared on Windows only.

Documentation

  • Updates documentation, updating some steps and adding alt-text forfigures.

Build

  • Reduces and rationalizes package-dependencies.

All changes are detailed in theNEWS.

Installation

You can install boxr fromCRAN, with:

install.packages("boxr")

If you’d like to install the development version from GitHub, use:

# install.packages("devtools")devtools::install_github("r-box/boxr")

Documentation

The package-documentation website is created and maintained usingpkgdown. The documentation website consistsof:

Usage

We have aGet-startedarticle that goes intomore detail on interacting with your Box account using R.

Authentication

If you have access toclient_id andclient_secret for a Box-app, youcan usebox_auth() to authenticate:

box_auth(client_id="your_client_id",client_secret="your_client_secret")

This will kick off a process that, all being well, will keep youauthenticated for the rest of the R session. By saving this informationto your.Renviron file, at your next R session you can use, withoutarguments:

box_auth()

If you don’t have access toclient_id andclient_secret, you shouldread theauthenticationarticle todetermine your next steps. In most cases, this next step will be tocreate aninteractiveBox-app

Basic operations

Advanced operations

Alternatives

Other ways to interact with a Box account include:

Contributing

Always very welcome! If you’d like to submit a pull request for a newfeature, ideally it would be documented, come with an addition toNEWS.md, and have a test or two.This project has a standardCode ofConduct.

License

The MIT License (MIT)

Copyright (c) 2015-2025 boxr contributors

Permission is hereby granted, free of charge, to any person obtaining acopy of this software and associated documentation files (the“Software”), to deal in the Software without restriction, includingwithout limitation the rights to use, copy, modify, merge, publish,distribute, sublicense, and/or sell copies of the Software, and topermit persons to whom the Software is furnished to do so, subject tothe following conditions:

The above copyright notice and this permission notice shall be includedin all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESSOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OFMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANYCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THESOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

📦 A high-level R interface for the box.com API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors16

Languages


[8]ページ先頭

©2009-2025 Movatter.jp