Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paulhendricks/driver
- Owner: paulhendricks
- License: mit
- Created: 2015-08-20T18:52:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T16:25:33.000Z (over 9 years ago)
- Last Synced: 2023-03-01T08:06:58.729Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 448 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.