├── CONTRIBUTING.md ├── README.md └── zzz.R /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Contribution Guidelines 2 | ==== 3 | 4 | Add R package with this formatting: 5 | 6 | ``` 7 | ### [Service name](URL) 8 | 9 | - [API Documentation](URL) 10 | - **Package name** [[SOURCE](URL)] - explanation if needed 11 | ``` -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | R API Wrappers [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | === 3 | A curated list of [R](https://www.r-project.org/) API wrappers. Inspired by [List of Python API Wrappers](https://github.com/realpython/list-of-python-api-wrappers). 4 | 5 | ### [Bitly](http://bitly.com/) - URL shortener 6 | - [API Documentation](http://dev.bitly.com/get_started.html) 7 | - **RBitly** [[CRAN](https://cran.r-project.org/web/packages/RBitly/)] [[GitHub](https://github.com/dmpe/urlshorteneR)] 8 | 9 | ### [Bureau of Labor Statistics](http://bls.gov/) - Labor Stats from US Gov 10 | - [API Documentation](http://www.bls.gov/developers/) 11 | - **blsAPI** [[CRAN](https://cran.r-project.org/web/packages/blsAPI/)] [[GitHub](https://github.com/mikeasilva/blsAPI)] 12 | 13 | ### [Box](http://box.com/) - File Hosting Service 14 | - [API Documentation](http://developers.box.com/) 15 | - **boxr** [[CRAN](https://cran.r-project.org/web/packages/boxr/)] [[GitHub](https://github.com/brendan-r/boxr)] 16 | 17 | ### [Dropbox](http://dropbox.com/) - File Hosting Service 18 | - [API Documentation](https://www.dropbox.com/developers) 19 | - **rdrop2** [[CRAN](https://cran.r-project.org/web/packages/rdrop2/)] [[GitHub](https://github.com/karthik/rdrop2)] 20 | 21 | ### [Facebook](http://facebook.com/) - Social networking service 22 | - [API Documentation](https://developers.facebook.com/) 23 | - **Rfacebook** [[CRAN](https://cran.r-project.org/web/packages/Rfacebook)] [[GitHub](https://github.com/pablobarbera/Rfacebook)] 24 | - **fbRads** [[GitHub](https://github.com/cardcorp/fbRads)] - package for [Marketing API](https://developers.facebook.com/docs/marketing-apis) 25 | 26 | ### [Forecast](http://forecast.io/) - Weather data and forecasting 27 | - [API Documentation](https://developer.forecast.io/docs/v2) 28 | - **Rforecast** [[CRAN](https://cran.r-project.org/web/packages/Rforecast)] [[GitHub](https://github.com/hrbrmstr/Rforecastio)] 29 | 30 | ### [GitHub](http://github.com) - Online project hosting 31 | - [API Documentation](https://developer.github.com/v3/) 32 | - **rgithub** [[CRAN](https://cran.r-project.org/web/packages/rgithub)] [[GitHub](https://github.com/cscheid/rgithub)] 33 | 34 | ### [Gmail](https://mail.google.com) - Google Mail 35 | - [API Documentation](https://developers.google.com/gmail/api/?hl=en) 36 | - **gmailr** [[CRAN](https://cran.r-project.org/web/packages/gmailr/index.html)] [[GitHub](https://github.com/jimhester/gmailr)] 37 | 38 | ### [Google Analytics](http://www.google.com/analytics/) - Web analytics service 39 | - [API Documentation](https://developers.google.com/analytics/devguides/reporting/core/v3/) 40 | - **RGA** [[CRAN](https://cran.r-project.org/web/packages/RGA)] [[GitHub](https://github.com/skardhamar/rga)] 41 | - **RGoogleAnalytics** [[CRAN](https://cran.r-project.org/web/packages/RGoogleAnalytics)] [[GitHub](https://github.com/Tatvic/RGoogleAnalytics)] 42 | 43 | ### [Google Plus](https://maps.google.com/spreadsheet/) - Web mapping service 44 | - [API Documentation](https://developers.google.com/+/web/api/rest/) 45 | - **plusser** [[CRAN](https://cran.r-project.org/web/packages/plusser)] 46 | 47 | ### [Google Maps](https://google.com/+) - Social networking service 48 | - [API Documentation](https://developers.google.com/maps/) 49 | - **RgoogleMaps** [[CRAN](https://cran.r-project.org/web/packages/RgoogleMaps)] 50 | 51 | ### [Google Spreadsheet](https://docs.google.com/spreadsheet/) - Online spreadsheets 52 | - [API Documentation](https://developers.google.com/google-apps/spreadsheets/) 53 | - **googlesheets** [[CRAN](https://cran.r-project.org/web/packages/googlesheets)] [[GitHub](https://github.com/jennybc/googlesheets)] 54 | 55 | ### [Mixpanel](https://www.mixpanel.com/) - Website event tracking 56 | - [API Documentation](https://mixpanel.com/help/reference/http) 57 | - **RMixpanel** [[CRAN](https://cran.r-project.org/web/packages/RMixpanel)] [[GitHub](https://github.com/7factory/RMixpanel)] 58 | 59 | ### [Slack](http://slack.com/) - Team Communication Platform 60 | - [API Documentation](https://api.slack.com/) 61 | - **slackr** [[CRAN](https://cran.r-project.org/web/packages/slackr)] [[GitHub](https://github.com/hrbrmstr/slackr)] 62 | 63 | ### [Twitter](http://twitter.com/) - Online microblogging service 64 | - [API Documentation](https://dev.twitter.com/docs/twitter-libraries) 65 | - **twitteR** [[CRAN](https://cran.r-project.org/web/packages/twitteR)] [[GitHub](https://github.com/geoffjentry/twitteR)] 66 | 67 | ### [Wikiedia](http://wikipedia.org/) - Wikipedia / Mediawiki 68 | - [API Documentation](https://www.mediawiki.org/wiki/API:Main_page) 69 | - **wikipediR** [[CRAN](https://cran.r-project.org/web/packages/WikipediR/index.html)] [[GitHub](https://github.com/Ironholds/WikipediR/)] 70 | 71 | ### [Yummly](http://yummly.com/) - Cooking recipe platform 72 | - [API Documentation](https://developer.yummly.com) 73 | - **yummlyr** [[CRAN](https://cran.r-project.org/web/packages/yummlyr)] [[GitHub](https://github.com/RomanTsegelskyi/yummlyr)] 74 | 75 | ### [Zendesk](http://zendesk.com/) - Customer service platform 76 | - [API Documentation](https://developer.zendesk.com/rest_api/docs/core/introduction) 77 | - **zendeskR** [[CRAN](https://cran.r-project.org/web/packages/zendeskR)] [[GitHub](https://github.com/tcash21/zendeskR)] 78 | -------------------------------------------------------------------------------- /zzz.R: -------------------------------------------------------------------------------- 1 | invisible() 2 | --------------------------------------------------------------------------------