Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulhendricks/driver

Google Drive API client library in R
https://github.com/paulhendricks/driver

Last synced: 6 days ago
JSON representation

Google Drive API client library in R

Awesome Lists containing this project

README

        

driver
=========

An R API wrapper for Google Drive

__Author:__ Oliver Keyes

__License:__ [MIT](http://opensource.org/licenses/MIT)

__Status:__ In development [![Build Status](https://travis-ci.org/Ironholds/driver.png?branch=master)](https://travis-ci.org/Ironholds/driver)

Description
======
_driver_ is a wrapper around the Google Drive API. It currently allows read-only access to file metadata, file content,
comments, replies and revisions. In the future it will also allow file uploads.

To install the development version:

library(devtools)
devtools::install_github("ironholds/driver")

Dependencies
======
* R (doy)
* [httr](http://cran.r-project.org/web/packages/httr/index.html) and its dependencies.