Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthik/sheetseeR
A quick and easy interface to Google Docs + SheetSee.js
https://github.com/karthik/sheetseeR
Last synced: 3 months ago
JSON representation
A quick and easy interface to Google Docs + SheetSee.js
- Host: GitHub
- URL: https://github.com/karthik/sheetseeR
- Owner: karthik
- Created: 2014-03-07T23:58:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T05:27:11.000Z (over 8 years ago)
- Last Synced: 2024-06-11T18:23:12.516Z (5 months ago)
- Language: R
- Size: 1.95 KB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sheetseeR
This packages provides a quick and easy interface to [`Sheetsee js`](http://jlord.github.io/sheetsee.js/), _a client-side library for connecting Google Spreadsheets to a website and visualizing the information in tables, maps and charts_. The goal is provide a super-easy interface to uploading data into Google docs (or downloading and updating existing datasets) and generating a sheetsee js page with maps, a data browser, or interactive figures.
Package is in alpha and not ready to install.
__Installation__
```coffee
devtools::install_github("ropensci/sheetseeR")
```__Keys__
* First go to `google.com/security/`, sign in
* Go to app specific passwords
* Create a new one (name doesn't matter)
* Then return to your `.rprofile` and add:```coffee
options("sheetsee" = "YOUR_KEY")
```
Then you'll be good to go with:```coffee
library(sheetseeR)
ssee_auth("[email protected]")
# In the future you can also just set up your email in your profile
```---
[![](http://ropensci.org/public_images/github_footer.png)](http://ropensci.org)