This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
OpenData.ctv
699 lines (699 loc) · 81.2 KB
/
OpenData.ctv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<CRANTaskView>
<name>OpenData</name>
<topic>Open Data</topic>
<maintainer email="[email protected]">Jaime Ashander, Scott Chamberlain, Thomas Leeper</maintainer>
<version>2017-04-06</version>
<info>
<p>This Task View contains information about using R to obtain, parse, manipulate, create, and share open data. Much open data is available on the web, and the <a href="http://cran.r-project.org/web/views/WebTechnologies.html">WebTechnologies</a> TaskView addresses how to obtain and parse web-based data. There is obvious overlap between the two TaskViews, so some packages are described on both. There is also a considerable amount of open data available as R packages on CRAN. We point readers to the <pkg>crandatapkgs</pkg> package to obtain information about currently available open data in R packages.</p>
<p>Another key issue in a data-focused TaskView is the meaning of "open" data. This TaskView covers many types of data that come with varying degrees of usage restrictions from public domain (or CC-0) data that is usable for any purpose to "freely available" data that is available at no cost but may have licenses that are not strictly speaking "open". Users should investigate the terms of use and licensing of any data referenced here before using it for any particular application. Additionally, the view lists wrappers for paid APIs, as well as those that require an account but are not necessarily subscription only. These are marked ($) and (K) respectively.</p>
<p>If you have any comments or suggestions for additions, revisions, or improvements for this taskview, go to GitHub and <a href="https://github.com/ropensci/opendata/issues">submit an issue</a>, or make some changes and <a href="https://github.com/ropensci/opendata/pulls">submit a pull request</a>. If you can't contribute on GitHub, <a href="mailto:[email protected]?subject=Open%20Data%20Task%20View">send Jaime an email</a>. If you have an issue with one of the packages discussed below, please contact the maintainer of that package.</p>
<p>If you know of a web service, API, data source, or other online resource that is not yet supported by an R package, consider adding it to <a href="https://github.com/ropensci/opendata/wiki/ToDo">the package development to do list on GitHub</a>.</p>
<h2 id="data-sharing-and-archiving">Data Sharing and Archiving</h2>
<p>Data sharing involves the dissemination of data in draft form or for a temporary period of time. rdrop2 (<a href="https://github.com/karthik/rdrop2">GitHub</a>) is a Dropbox.com interface from R, providing access to a full suite of file operations, including dir/copy/move/delete operations, account information (including quotas) and the ability to upload and download files from any Dropbox account (K). <a href="https://github.com/brendan-R/boxr">boxr</a> is a lightweight, high-level R interface for the <a href="https://developers.box.com/docs/">box.com API</a> (K). <ohat>RAmazonS3</ohat> provides an interface to the Amazon Simple Storage Service (S3) (K).</p>
<p>Data archiving involves the production and dissemination of open data that is persistently accessible, typically in public repositories. The tools below may be useful for both archiving data and retrieving extant data from public archives.</p>
<ul>
<li><a href="https://github.com/ropensci/ckanr">ckanr</a>: A generic R client to interact with the CKAN data portal software API (<a href="http://ckan.org/" class="uri">http://ckan.org/</a>). Allows user to swap out the base URL to use any CKAN instance. <a href="https://github.com/ropensci/ckanr">Source on GitHub</a>.</li>
<li><a href="https://cran.rstudio.com/src/contrib/Archive/dataone/">dataone</a>: Read/write access to data and metadata from the <a href="https://www.dataone.org/">DataONE network</a> of Member Node data repositories.</li>
<li><pkg>dvn</pkg> (<a href="https://github.com/ropensci/dvn">GitHub</a>) provides access to Dataverse Network repositories. <pkg>UNF</pkg> implements the Universal Numeric Fingerprint, a format-independent data hashing algorithm used by Dataverse, to verify and cite a dataset.</li>
<li><pkg>factualR</pkg>: Thin wrapper for the <a href="https://factual.com/">Factual.com</a> server API.</li>
<li>The <ohat>Rflickr</ohat> (not on CRAN) package provides an R interface to the Flickr photo management and sharing application Web service. (not on CRAN) (K)</li>
<li><a href="https://github.com/jennybc/googlesheets">googlesheets</a> (not on CRAN): Access private or public Google Sheets by title, key, or URL. Extract data or edit data. Create, delete, rename, copy, upload, or download spreadsheets and worksheets. <a href="https://github.com/jennybc/googlesheets">Source on GitHub</a></li>
<li><pkg>gsheet</pkg>: Download Google Sheets using just the sharing link. Spreadsheets can be downloaded as a data frame, or as plain text to parse manually. <a href="https://github.com/maxconway/gsheet">Source on GitHub</a></li>
<li><pkg>imguR</pkg> (<a href="https://github.com/leeper/imguR">GitHub</a>): A package to share plots using the image hosting service <a href="https://www.imgur.com/">Imgur.com</a>. knitr also has a function <code>imgur_upload()</code> to load images from literate programming documents.</li>
<li><a href="https://cran.rstudio.com/src/contrib/Archive/infochimps/">infochimps</a> (archived on CRAN; <a href="https://github.com/drewconway/infochimps">GitHub</a>) is an R wrapper for the infochimps.com API services, from <a href="http://drewconway.com/">Drew Conway</a>.</li>
<li><a href="https://github.com/ropensci/internetarchive">internetarchive</a> (not on CRAN): API client for internet archive metadata. <a href="https://github.com/ropensci/internetarchive">Source on GitHub</a>.</li>
<li><pkg>jSonarR</pkg>: Enables users to access MongoDB by running queries and returning their results in R data frames. jSonarR uses data processing and conversion capabilities in the jSonar Analytics Platform and the <a href="http://www.jsonstudio.com">JSON Studio Gateway</a>, to convert JSON to a tabular format.</li>
<li><pkg>OAIHarvester</pkg>: Harvest metadata using the Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH). <pkg>oai</pkg> is a more recent package for OAI.</li>
<li><pkg>Quandl</pkg>: A package that interacts directly with the <a href="https://www.quandl.com/">Quandl</a> API to offer data in a number of formats usable in R, as well as the ability to upload and search.</li>
<li><pkg>rdatamarket</pkg>: Fetches data from DataMarket.com, either as timeseries in zoo form (dmseries) or as long-form data frames (dmlist).</li>
<li><a href="https://github.com/ropensci/rerddap">rerddap</a> (not on CRAN): A generic R client to interact with any ERDDAP instance, which is a special case of OPeNDAP (<a href="https://en.wikipedia.org/wiki/OPeNDAP" class="uri">https://en.wikipedia.org/wiki/OPeNDAP</a>), or <em>Open-source Project for a Network Data Access Protocol</em>. Allows user to swap out the base URL to use any ERDDAP instance. <a href="https://github.com/ropensci/rerddap">Source on GitHub</a>.</li>
<li><pkg>rfigshare</pkg>: Programmatic interface for <a href="https://figshare.com/">Figshare.com</a>. <a href="https://github.com/ropensci/rfigshare">Source on GitHub</a>.</li>
<li><a href="https://github.com/leeper/rscribd">rscribd</a> (not on CRAN): API client for publishing documents to <a href="https://www.scribd.com/">Scribd</a>.</li>
<li><a href="https://cran.rstudio.com/src/contrib/Archive/RSocrata/">RSocrata</a>: (temporarily archived on CRAN for email bounce) Provided with a Socrata dataset resource URL, or a Socrata SoDA web API query, returns an R data frame. Converts dates to POSIX format. Supports CSV and JSON. Manages throttling by Socrata.</li>
</ul>
<h2 id="web-based-open-data">Web-based Open Data</h2>
<p><a href="#agriculture">Agriculture</a> | <a href="#astronomy">Astronomy</a> | <a href="#business">Business</a> | <a href="#chemistry">Chemistry</a> | <a href="#climate">Climate</a> | <a href="#earth-science">Earth Science</a> | <a href="#ecological-and-evolutionary-biology">Ecology/Evolution</a> | <a href="#finance">Finance</a> | <a href="#genes-and-genomes">Genes/Genomes</a> | <a href="#geocoding">Geocoding</a> | <a href="#google-analytics">Google Analytics</a> | <a href="#google-web-services">Google Web Services</a> | <a href="#government">Government and Economics</a> | <a href="#literature-metadata-text-and-altmetrics">Literature/Text-mining</a> | <a href="#maps">Maps</a> | <a href="#marketing">Marketing</a> | <a href="#ncbi">NCBI</a> | <a href="#news">News</a> | <a href="#other">Other</a> | <a href="#public-health">Public Health</a> | <a href="#social-media">Social Media</a> | <a href="#social-science">Social Science</a> | <a href="#sports">Sports</a> | <a href="#web-analytics">Web Analytics</a> | <a href="#wikipedia">Wikipedia</a> |</p>
<h3 id="agriculture">Agriculture</h3>
<ul>
<li><pkg>cdlTools</pkg>: download USDA National Agricultural Statistics Service (NASS) cropscape data for a specified state. Utilities for fips, abbreviation, and name conversion are also provided.</li>
<li><a href="https://cran.rstudio.com/src/contrib/Archive/cimis/">cimis</a>: R package for retrieving data from CIMIS, the California Irrigation Management Information System. Available in CRAN archives only.</li>
<li><pkg>FAOSTAT</pkg>: The package hosts a list of functions to download, manipulate, construct and aggregate agricultural statistics provided by the FAOSTAT (Food and Agricultural Organization of the United Nations) database.</li>
</ul>
<h3 id="astronomy">Astronomy</h3>
<ul>
<li><pkg>RStars</pkg>: Star-API provides API access to the American Museum of Natural History's Digital Universe Data, including positions, luminosity, color, and other data on over 100,000 stars as well as constellations, exo-planets, clusters and others. <a href="https://github.com/ropensci/RStars">Source on GitHub</a>.</li>
</ul>
<h3 id="business">Business</h3>
<ul>
<li><a href="https://github.com/abresler/forbesListR">forbesListR</a> (not on CRAN) offers access to a number of business-related datasets provided by Forbes.</li>
<li><a href="http://pachevalier.github.io/openentreprise">openentreprise</a> (not on CRAN) an R client for the OpenEntreprise API, an API agregating open data sets on French companies</li>
</ul>
<h3 id="chemistry">Chemistry</h3>
<ul>
<li><pkg>rpubchem</pkg>: Interface to the PubChem Collection.</li>
<li><pkg>webchem</pkg>: Retrieve chemical information from a suite of web APIs for chemical information. <a href="https://github.com/ropensci/webchem">Source on GitHub</a></li>
</ul>
<h3 id="earth-science">Earth Science</h3>
<ul>
<li><pkg>dataRetrieval</pkg>: Collection of functions to help retrieve USGS data from either web services or user-provided data files. <a href="https://github.com/USGS-R/dataRetrieval">on GitHub</a>.</li>
<li><pkg>elevatr</pkg>: Access point elevation data or raster Digital Elevation Models in R from the USGS Point Elevation Service, the Mapzen Elevation Service, Mapzen Terrain Tiles, or Amazon Web Services Terrain Tiles. <a href="https://github.com/jhollist/elevatr">Source on Github</a></li>
<li><pkg>getlandsat</pkg>: obtain landsat 8 Data from [Amazon Web Services public data sets] (https://aws.amazon.com/public-data-sets/landsat/) --- list images and fetch them, handles caching to prevent unnecessary additional requests.</li>
<li><pkg>hddtools</pkg>: Hydrological data discovery tools - accesses data from NASA, Global Runoff Data Centre, Top-Down modelling Working Group. <a href="https://github.com/cvitolo/r_hddtools">Source on GitHub</a></li>
<li><pkg>marmap</pkg>: Import, plot and analyze bathymetric and topographic data from NOAA.</li>
<li><pkg>mregions</pkg>: data from <a href="http://%20www.marineregions.org/">Marine Regions</a>, including region metadata, GeoJSON data, as well as Shape files. Use cases include using data downstream to visualize geospatial data by marine region, mapping variation among different regions, and more.</li>
<li><pkg>raincpc</pkg>: The Climate Prediction Center's (CPC) daily rainfall data for the entire world, from 1979 to the present, at a resolution of 50 km (0.5 degrees lat-lon). This package provides functionality to download and process the raw data from CPC.</li>
<li><pkg>rainfreq</pkg>: Estimates of rainfall at desired frequency and desired duration are often required in the design of dams and other hydraulic structures, catastrophe risk modeling, environmental planning and management. One major source of such estimates for the USA is the NOAA National Weather Service's (NWS) division of Hydrometeorological Design Studies Center (HDSC). Raw data from NWS-HDSC is available at 1-km resolution and comes as a huge number of GIS files.</li>
<li><pkg>rFDSN</pkg>: Search for and download seismic time series in miniSEED format (a minimalist version of the Standard for the Exchange of Earthquake Data) from <a href="http://www.fdsn.org/">International Federation of Digital Seismograph Networks</a> repositories. This package can also be used to gather information about seismic networks (stations, channels, locations, etc) and find historical earthquake data (origins, magnitudes, etc).</li>
<li><pkg>rnrfa</pkg>: Utility functions to retrieve data from the UK National River Flow Archive via an API (http://nrfa.ceh.ac.uk). There are functions to retrieve stations falling in a bounding box, to generate a map and extracting time series and general information.</li>
<li><pkg>soilDB</pkg>: A collection of functions for reading data from USDA-NCSS soil databases.</li>
<li><pkg>sos4R</pkg>: A client for Sensor Observation Services (SOS) as specified by the Open Geospatial Consortium (OGC). It allows users to retrieve metadata from SOS web services and to interactively create requests for near real-time observation data based on the available sensors, phenomena, observations, etc. using thematic, temporal and spatial filtering.</li>
<li><pkg>waterData</pkg>: An R Package for retrieval, analysis, and anomaly calculation of daily hydrologic time series data.</li>
<li><pkg>WaterML</pkg> can retrieve WaterOneFlow <a href="http://hiscentral.cuahsi.org">Hydroserver</a> data.</li>
</ul>
<h3 id="climate">Climate</h3>
<ul>
<li><a href="https://cran.rstudio.com/src/contrib/Archive/BerkeleyEarth/">BerkeleyEarth</a>: Data input for Berkeley Earth Surface Temperature. Archived on CRAN.</li>
<li><pkg>CHCN</pkg>: A compilation of historical through contemporary climate measurements scraped from the Environment Canada Website Including tools for scraping data, creating metadata and formatting temperature files.</li>
<li><pkg>clifro</pkg>: Designed to minimise the hassle in downloading data from New Zealand's National Climate Database via <a href="http://cliflo.niwa.co.nz/">CliFlo</a>. <a href="https://github.com/ropensci/clifro">Source on GitHub</a></li>
<li><pkg>crn</pkg>: Provides the core functions required to download and format data from the Climate Reference Network. Both daily and hourly data are downloaded from the ftp, a consolidated file of all stations is created, station metadata is extracted. In addition functions for selecting individual variables and creating R friendly datasets for them is provided.</li>
<li><pkg>darksky</pkg>: the <a href="https://darksky.net/dev/docs">Dark Sky API</a>, which provides current or historical global weather conditions.</li>
<li><a href="https://cran.r-project.org/web/packages/decctools/index.html">decctools</a> (archived on CRAN) provides functions for retrieving energy statistics from the United Kingdom Department of Energy and Climate Change and related data sources. The current version focuses on total final energy consumption statistics at the local authority, MSOA, and LSOA geographies. Methods for calculating the generation mix of grid electricity and its associated carbon intensity are also provided.</li>
<li><pkg>getCRUCLdata</pkg>: download and import climatology data from University of East Anglia Climate Research Unit (CRU) CL2.0 data into R; calculate minimum temperature and maximum temperature; formats the data into a tidy data frame or a list of raster stack objects for use in an R session. CRU CL2.0 data are a gridded climatology of 1961-1990 monthly means released in 2002 and cover all land areas (excluding Antarctica) at 10-minute resolution.</li>
<li><a href="https://cran.r-project.org/src/contrib/Archive/GhcnDaily/">GhcnDaily</a> (archived on CRAN) downloads and processes Global Historical Climatology Network (GHCN) daily data from the National Climatic Data Center (NCDC).</li>
<li><pkg>GSODR</pkg> provides acess to data from USA National Climatic Data Center (NCDC) Global Surface Summary of the Day (GSOD) weather stations, as well as functions for working with these data.</li>
<li><a href="https://cran.rstudio.com/src/contrib/Archive/Metadata/">Metadata</a>: Collates metadata for climate surface stations. Archived on CRAN.</li>
<li><pkg>meteoForecast</pkg>: meteoForecast is a package to access to several Numerical Weather Prediction services both in raster format and as a time series for a location. Currenty it works with <a href="http://www.emc.ncep.noaa.gov/index.php?branch=GFS">GFS</a>, <a href="http://www.meteogalicia.es/web/modelos/threddsIndex.action">Meteogalicia</a>, <a href="https://openmeteoforecast.org/wiki/Main_Page">OpenMeteo</a>, <a href="http://www.ncdc.noaa.gov/data-access/model-data/model-datasets/north-american-mesoscale-forecast-system-nam">NAM</a>, and <a href="http://www.ncdc.noaa.gov/data-access/model-data/model-datasets/rapid-refresh-rap">RAP</a>. [Source on GitHub](https://github.com/oscarperpinan/meteoForecast/</li>
<li><pkg>okmesonet</pkg>: Retrieves Oklahoma (USA) Mesonet climatological data provided by the Oklahoma Climatological Survey.</li>
<li><pkg>prism</pkg> (<a href="https://github.com/ropensci/prism">GitHub</a>) provides access to Oregon State Prism climate data.</li>
<li><pkg>rclimateca</pkg>: access <a href="http://climate.weather.gc.ca/">Environment Canada</a> data on temperature, precipitation, and wind data for more than 8,000 locations.</li>
<li><pkg>rdefra</pkg> (<a href="https://github.com/kehraProject/r_rdefra">GitHub</a>) retrieves UK air pollution data from DEFRA's UK-AIR website.</li>
<li><pkg>rdwd</pkg>: Handle climate data from the 'DWD' ('Deutscher Wetterdienst')</li>
<li><pkg>RFc</pkg> (<a href="https://github.com/dgrechka/RFc">GitHub</a>) can retrieve weather data from the <a href="http://fc.itis.cs.msu.ru/">FetchClimate Web Service</a>.</li>
<li><pkg>riem</pkg> (<a href="http://github.com/ropenscilabs/riem">GitHub</a>) offers access to Automated Surface Observing System (ASOS) stations (airports) in the whole world thanks to the Iowa Environment Mesonet website.</li>
<li><pkg>RNCEP</pkg>: Obtain, organize, and visualize<a href="http://www.ncep.noaa.gov/">NCEP</a> weather data.</li>
<li><pkg>rnoaa</pkg>: R interface to NOAA Climate data API. See also <pkg>countyweather</pkg> which uses this interface to aggregate data at the county level.</li>
<li><pkg>rNOMADS</pkg>: An interface to the <a href="http://nomads.ncdc.noaa.gov/">NOAA Operational Model Archive and Distribution System (NOMADS)</a> that allows download of global and regional weather model data, and supports a variety of models ranging from global weather data to an altitude of 40 km, to high resolution regional weather models, to wave and sea ice models. It can also retrieve archived NOMADS models. Source: <rforge>rnomads</rforge>.</li>
<li><pkg>ropenaq</pkg> (<a href="http://github.com/ropenscilabs/ropenaq">GitHub</a>) provides air quality data from <a href="https://docs.openaq.org/">the OpenAQ platform</a>.</li>
<li><pkg>rWBclimate</pkg>: R interface for the World Bank climate data. <a href="https://github.com/ropensci/rWBclimate">Source on GitHub</a></li>
<li><pkg>rWind</pkg>: Tools for downloading, editing and transforming wind data from Global Forecast System (<a href="https://www.ncdc.noaa.gov/data-access/model-data/model-datasets/global-forcast-system-gfs">GFS</a>) of the USA's National Weather Service (<a href="http://www.weather.gov/">NWS</a>).</li>
<li><pkg>rwunderground</pkg> access historical weather information and forecasts from wunderground.com. Historical weather and forecast data includes, but is not limited to, temperature, humidity, windchill, wind speed, dew point, heat index. Additionally, the weather underground weather API also includes information on sunrise/sunset, tidal conditions, satellite/webcam imagery, weather alerts, hurricane alerts and historical record high/low temperatures.</li>
<li><pkg>SkyWatchr</pkg>: satellite imagery and climate/atmospheric datasets from the SkyWatch API. Search by wavelength (band), cloud cover, resolution, location, date, etc.</li>
<li><pkg>stationaRy</pkg> can retrieve hourly weather data from various global weather stations.</li>
<li><pkg>weatherData</pkg>: Functions that help in fetching weather data from websites. Given a location and a date range, these functions help fetch weather data (temperature, pressure etc.) for any weather related analysis.</li>
<li><pkg>weatherr</pkg> combines data from multiple APIs to obtain instant weather forecasts.</li>
<li><pkg>worldmet</pkg>: import data from more than 30,000 surface meteorological sites around the world managed by the National Oceanic and Atmospheric Administration (NOAA) Integrated Surface Database</li>
</ul>
<h3 id="ecology-and-evolutionary-biology">Ecology and Evolutionary Biology</h3>
<ul>
<li><a href="https://github.com/traitecoevo/baad.data">BAAD: a Biomass And Allometry Database for woody plants</a> (not on CRAN): an interface to access data from a data paper published in <em>Ecology</em>. <a href="https://github.com/dfalster/baad">Full source for the database is also on GitHub</a>.</li>
<li><bioc>biomart</bioc> retrieves data from a number of public biological data repositories including <a href="http://www.biomart.org" class="uri">http://www.biomart.org</a>, NCBI refseq, Gene Ontology.</li>
<li><pkg>dismo</pkg>: Species distribution modeling, with wrappers to Google APIs for maps and geocoding.</li>
<li><pkg>ecoengine</pkg> (<a href="https://github.com/ropensci/ecoengine">GitHub</a>) provides access to more than 2 million georeferenced specimen records from <a href="https://ecoengine.berkeley.edu/">ecoengine</a> from the <a href="http://bnhm.berkeley.edu/">Berkeley Natural History Museums</a>.</li>
<li><pkg>ecoretriever</pkg> (<a href="https://github.com/ropensci/ecoretriever/">GitHub</a>) provides an R interface to the <a href="http://www.ecodataretriever.org/">EcoData Retriever</a> via the EcoData Retriever's command line interface. The EcoData Retriever automates the tasks of finding, downloading, and cleaning ecological datasets, and then stores them in a local database (including SQLite, MySQL, etc.).</li>
<li><pkg>icesDatras</pkg>: the <a href="https://datras.ices.dk/WebServices/Webservices.aspx">DATRAS trawl survey database</a> from ICES (International Council for the Exploration of the Sea).</li>
<li><pkg>natserv</pkg>: access <a href="http://www.natureserve.org">NatureServe</a> data, image metadata, search taxonomic names, and make maps.</li>
<li><pkg>neotoma</pkg> (<a href="https://github.com/ropensci/neotoma">GitHub</a>) offers programmatic R interface to the Neotoma Paleoecological Database.</li>
<li><pkg>paleobioDB</pkg>: Functions to wrap each endpoint of the PaleobioDB API, plus functions to visualize and process the fossil data. The API documentation for the Paleobiology Database can be found at http://paleobiodb.org/data1.1/ <pkg>velociraptr</pkg> also provides downloading, reshaping, culling, cleaning, and analyzing from the PaleobioDB API.</li>
<li><pkg>pleiades</pkg>: interact with Pleiades API for Archeological data --- get status data, places data, make GeoJSON maps.</li>
<li><pkg>rbison</pkg> (<a href="https://github.com/ropensci/rbison">GitHub</a>) is a wrapper to the USGS Bison API.</li>
<li><pkg>Rcolombos</pkg>: This package provides programmatic access to Colombos, a web based interface for exploring and analyzing comprehensive organism-specific cross-platform expression compendia of bacterial organisms.</li>
<li><a href="https://github.com/idigbio/ridigbio">ridigbio</a> (not on CRAN) is an interface for <a href="https://www.idigbio.org/" class="uri">https://www.idigbio.org/</a>.</li>
<li><pkg>rebird</pkg> (<a href="https://github.com/ropensci/rebird">GitHub</a>) is a programmatic interface to the eBird database.</li>
<li><a href="https://github.com/ropensci/rdopa">rdopa</a> (not on CRAN): Access data from the <a href="http://dopa.jrc.ec.europa.eu/">Digital Observatory for Protected Areas</a> (DOPA) REST API.</li>
<li><pkg>Reol</pkg> (<a href="https://github.com/ropensci/Reol">GitHub</a>) is an R interface to the Encyclopedia of Life (EOL) API. Includes functions for downloading and extracting information off the EOL pages.</li>
<li><pkg>rfishbase</pkg> (<a href="https://github.com/ropensci/rfishbase">GitHub</a>) is a programmatic interface to fishbase.org.</li>
<li><pkg>rfisheries</pkg> (<a href="https://github.com/ropensci/rfisheries">GitHub</a>) interacts with fisheries databases at openfisheries.org.</li>
<li><pkg>rnpn</pkg> (<a href="https://github.com/ropensci/rnpn">GitHub</a>): Wrapper to the National Phenology Network database API.</li>
<li><pkg>rredlist</pkg> (<a href="https://github.com/ropenscilabs/rredlist">GitHub</a>) is an API client for the <a href="http://www.iucnredlist.org/">IUCN red list</a> of threatened and engaged species.</li>
<li><pkg>rvertnet</pkg> (<a href="https://github.com/ropensci/rvertnet">GitHub</a>) is a wrapper to the VertNet collections database API.</li>
<li><pkg>rYoutheria</pkg>: A programmatic interface to web-services of Youtheria, an online database of mammalian trait data. Development version on GitHub <a href="https://github.com/biologicalrecordscentre/rYoutheria">here</a></li>
<li><pkg>spocc</pkg> (<a href="https://github.com/ropensci/spocc">GitHub</a>) offers a programmatic interface to many species occurrence data sources, including GBIF, USGS's BISON, iNaturalist, Berkeley Ecoinformatics Engine eBird, AntWeb, and more as they sources become easily available. rinat provides another interface to iNaturalist. <pkg>spoccutils</pkg> (<a href="https://github.com/ropensci/mapr">Github</a>) provides various utilities for working with data retrieved using spocc.</li>
<li><pkg>TR8</pkg> (<a href="https://github.com/GioBo/TR8">GitHub</a>) contains a set of tools which take care of retrieving trait data for plant species from publicly available databases via web services (including: Biolflor, The Ecological Flora of the British Isles, LEDA traitbase, Ellenberg values for Italian Flora, Mycorrhizal intensity database).</li>
<li><pkg>traits</pkg> (<a href="https://github.com/ropensci/traits">Github</a>) can retrieve species trait data from many online sources.</li>
<li><pkg>rusda</pkg> connects to a large number of USDA databases, especially for fungal-host combinations.</li>
</ul>
<h3 id="biodiversity-and-taxonomy">Biodiversity and Taxonomy</h3>
<ul>
<li><pkg>ALA4R</pkg>: Atlas of Living Australia (ALA) provides tools to enable users of biodiversity information to find, access, combine and visualise data on Australian plants and animals.</li>
<li><pkg>flora</pkg>: Retrieve taxonomical information of botanical names from the Flora do Brasil website.</li>
<li><pkg>icesVocab</pkg>: the ICES (International Council for the Exploration of the Sea) <a href="http://vocab.ices.dk/services/POX.aspx">Vocabularies Database (RECO POX)</a>.</li>
<li><pkg>rbhl</pkg>: R interface to the Biodiversity Heritage Library (BHL) API.</li>
<li><pkg>rgbif</pkg>: Interface to the Global Biodiversity Information Facility API methods. <a href="https://github.com/ropensci/rgbif">Source on GitHub</a></li>
<li><pkg>rnbn</pkg> (<a href="https://github.com/ropensci/rnbn">GitHub</a>) is an R interface to the <a href="http://nbn.org.uk">UK National Biodiversity Network</a>.</li>
<li><pkg>rPlant</pkg>: An R interface to the the many computational resources iPlant offers through their RESTful application programming interface. Currently, rPlant functions interact with the iPlant foundational API, the Taxonomic Name Resolution Service API, and the Phylotastic Taxosaurus API. Before using rPlant, users will have to register with the <a href="http://www.iplantcollaborative.org/ci/discovery-environment">iPlant Collaborative</a></li>
<li><pkg>taxize</pkg>: Taxonomic information from around the web. A single unified interface to many web APIs for taxonomic data, including NCBI, ITIS, Tropicos and more. <a href="https://github.com/ropensci/taxize">Source on GitHub</a></li>
<li>The <a href="https://github.com/gustavobio/tpl">tpl</a> package doesn't interact with the web directly, but queries locally stored data from <a href="http://www.theplantlist.org/">theplantlist.org</a>, and data will be updated when theplantlist updates, which is not very often. There is another package for interacting with this same data, called Taxonstand.</li>
<li><pkg>worrms</pkg>: <a href="http://www.marinespecies.org/">World Register of Marine Species</a> including searching by name, date and common names, searching using external identifiers, fetching synonyms, as well as fetching taxonomic children and taxonomic classification.</li>
</ul>
<h3 id="phylogenetics">Phylogenetics</h3>
<ul>
<li><a href="https://cran.r-project.org/web/packages/rotl/index.html">rotl</a>: R client for the Open Tree of Life API. <a href="https://github.com/ropensci/rotl">Source on GitHub</a></li>
<li><a href="https://github.com/sckott/rphylopic">rphylopic</a> (not on CRAN): An R client for <a href="http://phylopic.org/">Phylopic.org</a>, a databaes of free silhouettes of animals, embedded in a phylogenetic information framework. <a href="https://github.com/sckott/rphylopic">Source on GitHub</a></li>
<li><pkg>treebase</pkg>: An R package for discovery, access and manipulation of online phylogenies. <a href="https://github.com/ropensci/treebase">Source on GitHub</a></li>
</ul>
<h3 id="finance">Finance</h3>
<ul>
<li><pkg>BatchGetSymbols</pkg> download and organize financial data (from Yahoo or Google Finance) for multiple ticker symbols.</li>
<li><pkg>belex</pkg>: historical financial data form the Belgrade Stock Exchange (Serbia)</li>
<li><pkg>dataonderivatives</pkg> Post-GFC derivatives reforms have lifted the veil off over-the-counter (OTC) derivative markets. Swap Execution Facilities (SEFs) and Swap Data Repositories (SDRs) now publish data on swaps that are traded on or reported to those facilities (respectively). This package provides you the ability to get this data from supported sources.</li>
<li><a href="https://github.com/CharlesCara/Datastream2R">Datastream2R</a> (not on CRAN): Another package for accessing the Datastream service. This package downloads data from the Thomson Reuters DataStream DWE server, which provides XML access to the Datastream database of economic and financial information.</li>
<li><pkg>epidata</pkg>: data from <a href="http://www.epi.org/">Economic Policy Institute</a> on wages, inequality, and other economic indicators over time and among demographic groups. Data is usually updated monthly.</li>
<li><pkg>fImport</pkg>: Environment for teaching "Financial Engineering and Computational Finance"</li>
<li><pkg>GetTDData</pkg> downloads and aggregates data for Brazilian government issued bonds directly from the website of <a href="http://www.tesouro.fazenda.gov.br/tesouro-direto-balanco-e-estatisticas">Tesouro Direto</a>.</li>
<li><pkg>IBrokers</pkg>: Provides native R access to Interactive Brokers Trader Workstation API. ($)</li>
<li><pkg>pdfetch</pkg>: A package for downloading economic and financial time series from public sources.</li>
<li><pkg>quantmod</pkg>: Functions for financial quantitative modelling as well as data acquisition, plotting and other utilities.</li>
<li><pkg>Rbitcoin</pkg>: Ineract with Bitcoin. Both public and private API calls. Support HTTP over SSL. Debug messages of Rbitcoin, debug messages of RCurl, error handling.</li>
<li><pkg>rbitcoinchartsapi</pkg>: An R package for the <a href="http://bitcoincharts.com/">BitCoinCharts.com</a> API. From their website: "Bitcoincharts provides financial and technical data related to the Bitcoin network and this data can be accessed via a JSON application programming interface (API)."</li>
<li><a href="https://github.com/armstrtw/Rblpapi">Rblpapi</a>: R client for Bloomberg Finance L.P. <a href="https://github.com/armstrtw/Rblpapi">Source on GitHub</a> ($)</li>
<li><pkg>RCryptsy</pkg> wraps the API for the <a href="http://www.cryptsy.com">Cryptsy</a> crypto-currency trading platform. <a href="https://github.com/ropensci/RCryptsy">Source on GitHub</a>. ($)</li>
<li><a href="https://github.com/fcocquemas/rdatastream">RDatastream</a> (not on CRAN): An R interface to the <a href="http://dataworks.thomson.com/Dataworks/Enterprise/1.0/">Thomson Dataworks Enterprise SOAP API</a>, with some convenience functions for retrieving Datastream data specifically. ($)</li>
<li><pkg>RJSDMX</pkg> and <pkg>rsdmx</pkg> both retrieve data and metadata from SDMX compliant data providers.</li>
<li><pkg>TFX</pkg>: Connects to TrueFX(tm) for free streaming real-time and historical tick-by-tick market data for dealable interbank foreign exchange rates with millisecond detail.</li>
<li><pkg>Thinknum</pkg>: Interacts with the <a href="http://www.thinknum.com/">Thinknum</a> API. ($)</li>
<li><pkg>tseries</pkg>: Includes the <code>get.hist.quote</code> for historical financial data.</li>
<li><pkg>ustyc</pkg>: US Treasury yield curve data retrieval. Development version on GitHub <a href="https://github.com/mrbcuda/ustyc">here</a>.</li>
</ul>
<h3 id="genes-and-genomes">Genes and Genomes</h3>
<ul>
<li><a href="https://github.com/balcomes/aggRmesh">aggRmesh</a>: R client for the <a href="http://portal.ncibi.org/gateway/">National Center for Integrative Biomedical Informatics (NCIBI)</a> data.</li>
<li><pkg>cgdsr</pkg>: R-Based API for accessing the MSKCC Cancer Genomics Data Server (CGDS).</li>
<li><pkg>chromer</pkg>: A programmatic interface to the <a href="http://ccdb.tau.ac.il/">Chromosome Counts Database</a>. <a href="https://github.com/ropensci/chromer">Source on GitHub</a></li>
<li>The <a href="https://bitbucket.org/sulab/mygene.r/overview">mygene.r</a> package is an R client for accessing <a href="http://mygene.info/#">Mygene.info</a> annotation and query services.</li>
<li><bioc>GoogleGenomics</bioc> reads data from the <a href="https://cloud.google.com/genomics">Google Genomics API</a> and returns BioConductor-compatible S4 classes.</li>
<li><pkg>primerTree</pkg>: Visually Assessing the Specificity and Informativeness of Primer Pairs.</li>
<li><pkg>rsnps</pkg>: This package is a programmatic interface to various SNP datasets on the web: openSNP, NBCI's dbSNP database, and Broad Institute SNP Annotation and Proxy Search. This package started as a library to interact with openSNP alone, so most functions deal with openSNP.</li>
<li><a href="http://cran.rstudio.com/src/contrib/Archive/seq2R/">seq2R</a>: Detect compositional changes in genomic sequences - with some interaction with GenBank. Archived on CRAN.</li>
<li><pkg>seqinr</pkg>: Exploratory data analysis and data visualization for biological sequence (DNA and protein) data.</li>
<li><pkg>SoyNAM</pkg>: Genomic and multi-environmental soybean data. Soybean Nested Association Mapping (SoyNAM) project dataset funded by the United Soybean Board (USB), pre-formatted for general analysis and genome-wide association analysis using the NAM package.</li>
<li><pkg>ungeneanno</pkg>: collate annotation and summary information about a set of genes from the publicly available resources at Uniprot and NCBI; including publication information from a search of the NCBI Pubmed database.</li>
<li>NCBI EUtils web services: See the NCBI section</li>
</ul>
<h3 id="geocoding">Geocoding</h3>
<ul>
<li><pkg>geocodeHERE</pkg>: Wrapper for Nokia's <a href="http://here.com/">HERE</a> geocoding API. API docs: <a href="https://developer.here.com/geocoder" class="uri">https://developer.here.com/geocoder</a>. <a href="https://github.com/corynissen/geocodeHERE">Source on GitHub</a></li>
<li><a href="https://github.com/hrbrmstr/ipapi">ipapi</a>: Geolocate IPv4/6 addresses and/or domain names using the <a href="http://ip-api.com/">ip-api.com</a> API. <a href="https://github.com/hrbrmstr/ipapi">Source on GitHub</a></li>
<li><a href="https://github.com/sckott/openadds">openadds</a> is an R client for <a href="http://openaddresses.io/">OpenAddresses</a> a free and open global address collection. <a href="https://github.com/sckott/openadds">Source on GitHub</a></li>
<li><a href="https://github.com/joelgombin/banR">banR</a>: an R client for the <a href="http://adresse.data.gouv.fr/">French national address databases</a></li>
</ul>
<h3 id="google-analytics">Google Analytics</h3>
<ul>
<li><a href="https://github.com/jdeboer/ganalytics">ganalytics</a> (not on CRAN): Interface to <a href="https://developers.google.com/analytics/">Google Analytics APIs</a>. <a href="https://github.com/jdeboer/ganalytics">Source on GitHub</a></li>
<li><pkg>GAR</pkg>: Interface to <a href="https://developers.google.com/analytics/">Google Analytics APIs</a>. <a href="https://github.com/andrewgeisler/GAR">Source on GitHub</a></li>
<li><pkg>RGA</pkg>: Provides functions for accessing and retrieving data from the <a href="https://developers.google.com/analytics/">Google Analytics APIs</a>. Supports OAuth 2.0 authorization. Also, the RGA package provides a shiny app to explore data. There is another R package for the same service (RGoogleAnalytics); see above entry.</li>
<li><pkg>RGoogleAnalytics</pkg>: Provides functions for accessing and retrieving data from the Google Analytics API. <a href="https://github.com/Tatvic/RGoogleAnalytics/issues">Source on GitHub</a>. There is another R package for the same service (RGA); see next entry.</li>
</ul>
<h3 id="google-web-services">Google Web Services</h3>
<ul>
<li><pkg>bigrquery</pkg>: An interface to Google's bigquery from R. <a href="https://github.com/hadley/bigrquery">Source on GitHub</a> (K)</li>
<li><a href="https://github.com/jdeboer/ganalytics">ganalytics</a> (not on CRAN): Interface to <a href="https://developers.google.com/analytics/">Google Analytics APIs</a>. <a href="https://github.com/jdeboer/ganalytics">Source on GitHub</a> (K)</li>
<li><pkg>GAR</pkg>: Interface to <a href="https://developers.google.com/analytics/">Google Analytics APIs</a>. <a href="https://github.com/andrewgeisler/GAR">Source on GitHub</a> (K)</li>
<li><a href="http://gfusiontables.lopatenko.com/">GFusionTables</a> (not on CRAN): An R interface to Google Fusion Tables. Google Fusion Tables is a data management system in the cloud. This package provides R functions to browse Fusion Tables catalog, retrieve data from Fusion Tables storage to R and to upload data from R to Fusion Tables (K)</li>
<li><pkg>googlePublicData</pkg>: An R library to build Google's public data explorer DSPL metadata files.</li>
<li><pkg>googleVis</pkg>: Interface between R and the Google chart tools.</li>
<li>gooJSON (<a href="https://cran.r-project.org/src/contrib/Archive/gooJSON">Archived on CRAN</a>) is a Google JSON data interpreter for R which contains a suite of helper functions for obtaining data from the Google Maps API JSON objects.</li>
<li><pkg>plotGoogleMaps</pkg>: Plot SP or SPT(STDIF,STFDF) data as HTML map mashup over Google Maps.</li>
<li><pkg>plotKML</pkg>: Visualization of spatial and spatio-temporal objects in Google Earth.</li>
<li><pkg>RAdwords</pkg>: A package for loading Google Adwords data. <a href="https://github.com/jburkhardt/RAdwords">Source on GitHub</a></li>
<li><pkg>RGA</pkg>: Provides functions for accessing and retrieving data from the <a href="https://developers.google.com/analytics/">Google Analytics APIs</a>. Also, the RGA package provides a shiny app to explore data. There is another R package for the same service (RGoogleAnalytics); see above entry.</li>
<li><pkg>RGoogleAnalytics</pkg>: Provides functions for accessing and retrieving data from the Google Analytics API. <a href="https://github.com/Tatvic/RGoogleAnalytics/issues">Source on GitHub</a>. There is another R package for the same service (RGA); see next entry.</li>
<li>The <ohat>RGoogleDocs</ohat> (not on CRAN) package is an example of using the RCurl and XML packages to quickly develop an interface to the Google Documents API.</li>
<li><ohat>RGoogleStorage</ohat> (not on CRAN) provides programmatic access to the Google Storage API. This allows R users to access and store data on Google's storage. We can upload and download content, create, list and delete folders/buckets, and set access control permissions on objects and buckets.</li>
<li><ohat>RGoogleTrends</ohat> (not on CRAN) provides programmatic access to Google Trends data. This is information about the popularity of a particular query.</li>
<li><pkg>translate</pkg>: Bindings for the Google Translate API v2</li>
<li><pkg>translateR</pkg> provides bindings for both Google and Microsoft translation APIs.</li>
</ul>
<h3 id="government">Government</h3>
<p>There are a very large number of packages providing access to government data. Here is a list of these packages, arranged by country and/or other jurisdiction.</p>
<ul>
<li><em>Australia</em>: <pkg>eechidna</pkg> provides data from the 2013 Australian Federal Election (House of Representatives) and the 2011 Australian Census.</li>
<li><em>Brazil</em>: <pkg>BETS</pkg>: Brazilian Economic Time Series from the Central Bank of Brazil, Getulio Vargas Foundation, and the Brazilian Institute of Geography. The package also provides tools for automated reporting (dynamic documents). <pkg>ecoseries</pkg>: interface to <a href="http://api.bcb.gov.br">Bacen</a> and <a href="http://api.sidra.ibge.gov.br">Sidra</a> APIs and data from <a href="http://www.ipeadata.gov.br/Default.aspx">IPEA</a> in Brazil.</li>
<li><em>Denmark</em>: <a href="https://github.com/rOpenGov/dkstat">dkstat</a> (not on CRAN): A package to access the <a href="http://www.statistikbanken.dk/statbank5a/">StatBank API</a> from <a href="http://www.dst.dk/">Statistics Denmark</a>. <a href="https://github.com/sebastianbarfort/taxdk">taxdk</a> (not on CRAN) provides tax information for Danish companies.</li>
<li><em>Europe</em>:
<ul>
<li><pkg>ameco</pkg> (<a href="http://github.com/expersso/ameco">GitHub</a>) connects to the European Commission's macro-economic database.</li>
<li><pkg>ecb</pkg> is a client for the <a href="https://sdw.ecb.europa.eu/">European Central Bank's Statistical Data Warehouse</a> API.</li>
<li><pkg>eurostat</pkg> (<a href="https://github.com/ropengov/eurostat">Github</a>) provides an interface to the <a href="http://ec.europa.eu/eurostat">Eurostat database</a>.</li>
</ul></li>
<li><em>Finland</em>:
<ul>
<li><pkg>pxweb</pkg> (<a href="https://github.com/rOpenGov/pxweb">GitHub</a>) is a generic interface for the PX-Web/PC-Axis API. The PX-Web/PC-Axis API is used by organizations such as Statistics Sweden and Statistics Finland to disseminate data. The R package can interact with all PX-Web/PC-Axis APIs to fetch information about the data hierarchy, extract metadata and extract and parse statistics to R data.frame format.</li>
<li><pkg>sorvi</pkg> (<a href="https://github.com/louhos/sorvi/">GitHub</a>): Various tools for retrieving and working with Finnish open government data.</li>
</ul></li>
<li><em>Germany</em>: <a href="https://github.com/dirkschumacher/RBerlinData">BerlinData</a> (<a href="https://cran.r-project.org/src/contrib/Archive/BerlinData/">archived on CRAN</a>): Easy access to <a href="http://daten.berlin.de" class="uri">http://daten.berlin.de</a>. It allows you to search through the data catalogue and to download the data directly from within R. <pkg>rdnb</pkg> connects to resources of the <a href="http://www.dnb.de">German National Library</a>.</li>
<li><em>India</em>: <a href="https://github.com/masalmon/usaqmindia">usaqmindia</a> provides data from the US air quality monitoring program in India for Delhi, Mumbai, Chennai, Hyderabad and Kolkata. Data source is US governement via <a href="http://newdelhi.usembassy.gov/airqualitydata.html">this website</a>.</li>
<li><em>Japan</em>: <pkg>govStatJPN</pkg> offers functions to get public survey data in Japan. <pkg>estatapi</pkg> links to the Japanese government's e-Stat official statistics API. <pkg>kokudosuuchi</pkg>: interface with <a href="http://nlftp.mlit.go.jp/ksj-e/index.html">Kokudo Suuchi API</a> the GIS data service of the Japanese government.</li>
<li><em>Mexico</em>: <pkg>inegiR</pkg> (<a href="https://github.com/Eflores89/inegiR">GitHub</a>) can download official statistics for Mexico. Note: package functions and documentation are in Spanish. <pkg>banxicoR</pkg> scrape IQY calls to Bank of Mexico.</li>
<li><em>Netherlands</em>: <pkg>cbsodataR</pkg> connects with the <a href="https://github.com/edwindj/cbsodataR">Statistics Netherlands</a> datasets. <a href="https://github.com/edwindj/cbsodataR">Source on GitHub</a>.</li>
<li><em>Poland</em>:
<ul>
<li><a href="https://github.com/bartekch/saos">saos</a> (not on CRAN) is an interface to the API for SAOS, a repository of judgments from Polish common courts (district, regional and appellate) and the Supreme Court of Poland.</li>
<li><pkg>sejmRP</pkg> (<a href="http://github.com/mi2-warsaw/sejmRP/">GitHub</a>) provides data on deputies and voting in <a href="http://www.sejm.gov.pl/">the Polish Diet</a>.</li>
</ul></li>
<li><em>Russia</em>: <pkg>sophisthse</pkg> provides economic indicators from <a href="http://sophist.hse.ru">the Archive of Economic and Social Data</a></li>
<li><em>Switzerland</em>: <pkg>dataseries</pkg> time series of government data from <a href="http://www.dataseries.org">dataseries.org</a>, a privately-curated collection.</li>
<li><em>United States of America</em>:
<ul>
<li>U.S. Census Bureau: <pkg>acs</pkg> can download, manipulate, and present data from the US Census American Community Survey. <pkg>censusr</pkg> connects to both ACS and SF1 datasets. <pkg>idbr</pkg> (<a href="https://github.com/walkerke/idbr">GitHub</a>) provides an interface to the U.S. Census Bureau international data base API. <pkg>blsAPI</pkg> (<a href="https://github.com/mikeasilva/blsAPI">GitHub</a>) can get data from the U.S. Bureau of Labor Statistics API. Users provide parameters as specified in <a href="http://www.bls.gov/developers/api_signature.htm" class="uri">http://www.bls.gov/developers/api_signature.htm</a> and the function returns a JSON string. See also <pkg>blscrapeR</pkg> which also provides functions to analyze and visualize BLS data.</li>
<li>Education: <a href="https://github.com/benjaminrobinson/LearnDC">LearnDC</a> provides access to <a href="http://www.learndc.org/">LearnDC's</a> data on Washington DC charter schools.</li>
<li>Energy Department: <pkg>EIAdata</pkg>: U.S. <a href="http://www.eia.gov/">Energy Information Administration (EIA)</a> API client. See also <a href="https://github.com/krose/eia">eia</a> (not on CRAN). <pkg>energyr</pkg>: Federal Energy Regulatory Commission data including electric company financials, natural gas company financials, hydropower plant data, liquified natural gas plant data, oil company financials, natural gas company financials, and natural gas storage field data.</li>
<li>Elections: <pkg>elexr</pkg> is an R interface to the Python <a href="https://github.com/newsdev/elex/">elex</a> library, which provides access to Associated Press election results. <a href="https://github.com/GShotwell/openelections">openelections</a> (not on CRAN) connects to the openelections API. <pkg>pollstR</pkg> (<a href="https://github.com/rOpenGov/pollstR">GitHub</a>): An R client for the Huffpost Pollster API. <pkg>pvsR</pkg>: An R package to interact with the Project Vote Smart API for scientific research. <pkg>ropensecretsapi</pkg>: An R package for the OpenSecrets.org web services API.</li>
<li>Federal Reserve: <a href="https://github.com/jcizel/FredR">FredR</a>: R Interface to the <a href="http://api.stlouisfed.org/docs/fred/">Federal Reserve Economic Data API</a>. <a href="https://github.com/jcizel/FredR">Source on GitHub</a></li>
<li>Justice Department: <a href="https://github.com/JakeRuss/bjs2r">bjs2r</a>: Get Bureau of Justice Statistics (BJS) data in R.</li>
<li><pkg>csp</pkg> (<a href="https://github.com/expersso/csp">GitHub</a>) provides the complete <a href="http://ippsr.msu.edu/public-policy/correlates-state-policy">Correlates of State Policy data set</a>.</li>
<li><pkg>federalregister</pkg>: Client package for the U.S. Federal Register API. Development version on GitHub <a href="https://github.com/rOpenGov/federalregister">here</a>.</li>
<li><pkg>polidata</pkg> (<a href="https://github.com/e9t/polidata-r">GitHub</a>): Access to various political data APIs, including e.g. <a href="https://developers.google.com/civic-information/">Google Civic Information API</a> or <a href="https://sunlightlabs.github.io/congress/">Sunlight Congress API</a> for US Congress data, and <a href="http://data.popong.com/">POPONG API</a> for South Korea National Assembly data.</li>
<li><pkg>rodham</pkg> retrieves text of Hillary Rodham Clinton's emails from her time as U.S. Secretary of State.</li>
<li><pkg>RPublica</pkg> (<a href="https://github.com/rOpenGov/RPublica">GitHub</a>) is a ProPublica API Client.</li>
<li><pkg>rsunlight</pkg> (<a href="https://github.com/ropengov/rsunlight">GitHub</a>): R client for the Sunlight Labs APIs. There are functions for Sunlight Labs Congress, Transparency, Open States, Real Time Congress, Capitol Words, and Influence Explorer APIs. Data outputs are R lists. There are also a few convenience functions for visualizing data and writing data to .csv.</li>
<li><pkg>rtimes</pkg> (<a href="https://github.com/ropengov/rtimes">GitHub</a>) links to the New York Times APIs, including the Congress, Article Search, Campaign Finance, and Geographic APIs. The focus is on those that deal with political data, but throwing in Article Search and Geographic for good measure.</li>
<li><pkg>seeclickfixr</pkg> (<a href="https://github.com/justindbk/seeclickfixr/">GitHub</a>) is a client for retrieving citizens' service requests made to local governments through <a href="http://en.seeclickfix.com/">SeeClickFix</a>.</li>
<li><a href="http://cran.rstudio.com/src/contrib/Archive/wethepeople/">wethepeople</a>: An R client for interacting with the White House's "We The People" petition API.</li>
</ul></li>
<li><em>United Kingdom</em>: <pkg>ukgasapi</pkg> contains one function which allows users to access UK gas market information via National Grid's API. <pkg>mnis</pkg>: An API package for the <a href="http://data.parliament.uk/membersdataplatform/default.aspx">Members' Name Information Service</a> operated by the UK parliament. <pkg>hansard</pkg> download data from the <a href="http://www.data.parliament.uk/">Parliment API</a>. <a href="https://github.com/njtierney/ukpolice">ukpolice</a> data from <a href="https://data.police.uk">UK police database</a>. <pkg>ukds</pkg> retrieval of datasets from the <a href="https://www.ukdataservice.ac.uk">UK Data Service</a>.</li>
<li><em>Other or international</em>:
<ul>
<li><pkg>enigma</pkg> (<a href="https://github.com/ropengov/enigma">GitHub</a>): <a href="https://enigma.io">Enigma</a> holds many public datasets from governments, companies, universities, and organizations. Enigma provides an API for data, metadata, and statistics on each of the datasets. enigma is an R client to interact with the Enigma API, including getting the data and metadata for datasets in Enigma, as well as collecting statistics on datasets. In addition, you can download a gzipped csv file of a dataset if you want the whole dataset. An API key from Enigma is required to use enigma.</li>
<li><pkg>hdr</pkg> (<a href="https://github.com/expersso/hdr">GitHub</a>) is an interface to United Nations Development Programme <a href="http://hdr.undp.org">Human Development Report</a> API.</li>
<li><em>IMF</em>: both <pkg>IMFData</pkg> (on <a href="https://github.com/mingjerli/IMFData">GitHub</a>) and <pkg>imfr</pkg> (on <a href="https://github.com/christophergandrud/imfr">GitHub</a>) use the <a href="http://datahelp.imf.org/knowledgebase/articles/667681-using-json-restful-web-service">International Monetary Fund's API</a>.</li>
<li><pkg>manifestoR</pkg> is an R client to access data and documents of <a href="https://manifesto-project.wzb.eu/">the manifesto project</a></li>
<li><pkg>muckrock</pkg> (<a href="https://github.com/Ironholds/muckrock/">GitHub</a>) offers data from <a href="https://www.muckrock.com/">MuckRock</a> about public domain information on FOIA requests in the U.S.</li>
<li><pkg>oec</pkg>: use the Observatory of Economic Complexity's API in R to download international trade data in csv and create and D3Plus visualizations.</li>
<li><pkg>OECD</pkg> Search and extract data from the OECD (possibly via an old version of the API, which was in currently in beta when the package was written). See <a href="https://data.oecd.org/api/">OECD data</a>.</li>
<li><a href="https://github.com/kateto/PolitwoopsR">PolitwoopsR</a> (not on CRAN): Extract deleted tweet and politician data from the Politwoops project (tracks politicians on Twitter and records their deleted tweets).</li>
<li><pkg>psData</pkg> (<a href="https://github.com/christophergandrud/psData/">GitHub</a>) provides access to various commonly used political science datasets, especially those providing country-level, comparative data.</li>
<li><em>World Bank:</em> <pkg>wbstats</pkg> can extract data from the <a href="http://data.worldbank.org/developers/api-overview">World Bank Data API</a> and the <a href="http://data.worldbank.org/developers/data-catalog-api">World Bank Data Catalog API</a>. <pkg>WDI</pkg> can search, extract and format data from the World Bank's World Development Indicators.</li>
</ul></li>
</ul>
<h3 id="literature-metadata-text-and-altmetrics">Literature, Metadata, Text, and Altmetrics</h3>
<ul>
<li><pkg>alm</pkg>: R wrapper to the almetrics API platform developed by PLoS.</li>
<li><pkg>aRxiv</pkg> (<a href="https://github.com/ropensci/aRxiv">GitHub</a>): An R client for the arXiv API, a repository of electronic preprints for computer science, mathematics, physics, quantitative biology, quantitative finance, and statistics.</li>
<li><pkg>bibliometrix</pkg> can import bibliographic data from SCOPUS and ISI Web of Science.</li>
<li><pkg>boilerpipeR</pkg>: Generic Extraction of main text content from HTML files; removal of ads, sidebars and headers using the boilerpipe Java library.</li>
<li><pkg>gutenbergr</pkg> (<a href="https://github.com/ropenscilabs/gutenbergr">Gitub</a>) searches and downloads text from <a href="https://www.gutenberg.org/">Project Gutenberg</a>.</li>
<li><a href="https://github.com/benmarwick/JSTORr">JSTORr</a> (Not on CRAN): Simple text mining of journal articles from JSTOR's Data for Research service</li>
<li><pkg>lumendb</pkg> can retrieve copyright takedown notices from <a href="https://lumendatabase.org/">Lumen Database</a> (formerly, Chilling Effects).</li>
<li>ngramr (<a href="https://cran.r-project.org/src/contrib/Archive/ngramr">Archived on CRAN</a>) retrieves and plot word frequencies through time from the Google Ngram Viewer.</li>
<li><pkg>pubmed.mineR</pkg>: An R package for text mining of <a href="http://www.ncbi.nlm.nih.gov/pubmed">PubMed Abstracts</a>. Supports fetching text and XML from PubMed. <pkg>easyPubMed</pkg> and <a href="https://github.com/rOpenHealth/rpubmed">rpubmed</a> (not on CRAN) provide other tools.</li>
<li><pkg>rAltmetric</pkg>: Query and visualize metrics from Altmetric.com.</li>
<li><pkg>rbhl</pkg>: R interface to the Biodiversity Heritage Library (BHL) API.</li>
<li><pkg>RefManageR</pkg>: Import and Manage BibTeX and BibLaTeX references with RefManager.</li>
<li><pkg>rentrez</pkg>: Talk with NCBI entrez using R.</li>
<li><a href="http://cran.rstudio.com/src/contrib/Archive/RMendeley/">RMendeley</a>: Implementation of the Mendeley API in R. Archived on CRAN. It's been archived on CRAN temporarily until pacakge is updated for the new Mendeley API.</li>
<li><a href="https://github.com/ropensci/rmetadata">rmetadata</a> (not on CRAN): Get scholarly metadata from around the web.</li>
<li><a href="https://github.com/ropensci/rorcid">rorcid</a> (not on CRAN): A programmatic interface the Orcid.org API.</li>
<li><pkg>rplos</pkg>: A programmatic interface to the Web Service methods provided by the Public Library of Science journals for search.</li>
<li><pkg>rscopus</pkg> (<a href="https://github.com/muschellij2/rscopus/">GitHub</a>) is an interface to the Elsevier Scopus API.</li>
<li><pkg>scholar</pkg> provides functions to extract citation data from Google Scholar. Convenience functions are also provided for comparing multiple scholars and predicting future h-index values.</li>
<li>The <ohat>Sxslt</ohat> (not on CRAN) package is an R interface to Dan Veillard's libxslt translator. It allows R programmers to use XSLT directly from within R, and also allows XSL code to make use of R functions.</li>
<li><pkg>tm.plugin.webmining</pkg>: Extensible text retrieval framework for news feeds in XML (RSS, ATOM) and JSON formats. Currently, the following feeds are implemented: Google Blog Search, Google Finance, Google News, NYTimes Article Search, Reuters News Feed, Yahoo Finance and Yahoo Inplay.</li>
<li><pkg>biorxivr</pkg>: interface with bioRxiv preprint server</li>
</ul>
<h3 id="maps">Maps</h3>
<ul>
<li><pkg>FedData</pkg> can download geospatial data from a number of U.S. and international data sources.</li>
<li><pkg>ggmap</pkg>: Allows for the easy visualization of spatial data and models on top of Google Maps, OpenStreetMaps, Stamen Maps, or CloudMade Maps using ggplot2.</li>
<li><pkg>leafletR</pkg>: Allows you to display your spatial data on interactive web-maps using the open-source JavaScript library Leaflet.</li>
<li><pkg>osmar</pkg>: This package provides infrastructure to access OpenStreetMap data from different sources to work with the data in common R manner and to convert data into available infrastructure provided by existing R packages (e.g., into sp and igraph objects).</li>
<li><pkg>osrm</pkg>: access OpenStreetMap</li>
<li>The <ohat>R2GoogleMaps</ohat> (not on CRAN) package - which is different from RgoogleMaps - provides a mechanism to generate JavaScript code from R that displays data using Google Maps.</li>
<li><pkg>rcanvec</pkg>: Provides an interface to the National Topographic System (NTS), which is the way in which a number of freely available Canadian datasets are organized. CanVec and CanVec+ datasets, which include all data used to create Canadian topographic maps, are two such datasets that are useful in creating vector-based maps for locations across Canada.</li>
<li><pkg>RgoogleMaps</pkg>: This package serves two purposes: It provides a comfortable R interface to query the Google server for static maps, and use the map as a background image to overlay plots within R.</li>
<li>The <ohat>RKML</ohat> (not on CRAN) is an implementation that provides users with high-level facilities to generate KML, the Keyhole Markup Language for display in, e.g., Google Earth.</li>
<li><ohat>RKMLDevice</ohat> (not on CRAN) allows to create R graphics in KML format in a manner that allows them to be displayed on Google Earth (or Google Maps).</li>
<li><pkg>olctools</pkg> Google Open Location Code</li>
<li><a href="https://github.com/trestletech/rydn">rydn</a> (not on CRAN): R package to interface with the Yahoo Developers network geolocation APIs.</li>
<li><a href="https://github.com/walkerke/tigris">tigris</a> (not on CRAN) can read US Census Bureau TIGRIS shapefiles.</li>
<li><pkg>USAboundaries</pkg> spatial objects with the boundaries of states or counties in the United States of America from 1629 to 2000 (from the Atlas of Historical County Boundaries).</li>
</ul>
<h3 id="ncbi">NCBI</h3>
<ul>
<li><pkg>hoardeR</pkg>: Information retrieval from NCBI databases, with main focus on Blast.</li>
<li><a href="http://cran.rstudio.com/src/contrib/Archive/NCBI2R/">NCBI2R</a>: Annotates lists of SNPs and/or genes, with current information from NCBI. The CRAN version is archived.</li>
<li><pkg>rentrez</pkg> (<a href="https://github.com/ropensci/rentrez">GitHub</a>): Talk with NCBI Eutils API using R. This is probably the best package to interact with NCBI EUtils. You can get data across all the databases in NCBI EUtils.</li>
<li><pkg>reutils</pkg> (<a href="https://github.com/gschofl/reutils">GitHub</a>): Interface with NCBI databases such as PubMed, Genbank, or GEO via the Entrez Programming Utilities (EUtils).</li>
<li><pkg>RISmed</pkg>: Download content from NCBI databases. Intended for analyses of NCBI database content, not reference management. See rpubmed for more literature oriented stuff from NCBI.</li>
</ul>
<h3 id="news">News</h3>
<ul>
<li><pkg>GuardianR</pkg>: Provides an interface to the Open Platform's Content API of the Guardian Media Group. It retrieves content from news outlets The Observer, The Guardian, and guardian.co.uk from 1999 to current day. <pkg>rdian</pkg> (<a href="https://github.com/ironholds/rdian">GitHub</a>) is another Guardian API client.</li>
<li><a href="https://github.com/ropengov/rtimes">rtimes</a> (not on CRAN): R client for the New York Times APIs, including the Congress, Article Search, Campaign Finance, and Geographic APIs.</li>
<li><em>ZEIT</em>: <pkg>diezeit</pkg> waps the ZEIT online content API (K).</li>
</ul>
<h3 id="other">Other</h3>
<ul>
<li><pkg>boxoffice</pkg>: daily box office information (how much each movie earned in theaters) using data from either <a href="http://www.boxofficemojo.com/">Box Office Mojo</a> or <a href="http://www.the-numbers.com/">The Numbers</a>.</li>
<li><pkg>datamart</pkg>: Provides an S4 infrastructure for unified handling of internal datasets and web based data sources. Examples include dbpedia, eurostat and sourceforge.</li>
<li><pkg>genderizeR</pkg>: Uses the genderize.io API to predict gender from first names extracted from a text vector. <a href="https://github.com/kalimu/genderizeR">Source on GitHub</a></li>
<li><a href="https://github.com/chainsawriot/mstranslator">mstranslator</a>: An R wrapper for the <a href="https://msdn.microsoft.com/en-us/library/hh454949.aspx">Microsoft Translator API</a>. <a href="https://github.com/chainsawriot/mstranslator">Source on GitHub</a></li>
<li><pkg>MBTAr</pkg>: Access Data from the Massachusetts Bay Transit Authority (MBTA) Web API</li>
<li><pkg>rechonest</pkg> (<a href="https://github.com/mukul13/rechonest">Github</a>) is an interface to access <a href="http://developer.echonest.com/">Echo Nest API</a>. This package can be used to access artists, songs and music genres related data. (K)</li>
<li><pkg>redcapAPI</pkg>: Access data stored in REDCap databases using an API. REDCap (Research Electronic Data CAPture) is a web application for building and managing online surveys and databases developed at Vanderbilt University. <a href="https://github.com/nutterb/redcapAPI">Source on GitHub</a> .</li>
<li><pkg>RForcecom</pkg>: RForcecom provides a connection to Force.com and Salesforce.com from R.</li>
<li><a href="https://github.com/Ironholds/rwars">rwars</a> (not on CRAN): A connector to the <a href="http://swapi.co/">SWAPI service</a>, a database of Star Wars metadata.</li>
<li><pkg>slackr</pkg>: R client for Slack.com messaging platform. <a href="https://github.com/hrbrmstr/slackr">Source on GitHub</a></li>
<li><pkg>sos4R</pkg>: R client for the OGC Sensor Observation Service.</li>
<li><a href="https://github.com/dgrtwo/stackr">stackr</a> (not on CRAN): An unofficial wrapper for the read-only features of the <a href="https://api.stackexchange.com/">Stack Exchange API</a>.</li>
<li><pkg>TMDb</pkg> can retrieve data from <a href="https://www.themoviedb.org">The Movie Database</a>.</li>
<li><pkg>zendeskR</pkg>: This package provides an R wrapper for the Zendesk API. ($)</li>
</ul>
<h3 id="public-health">Public Health</h3>
<ul>
<li><a href="https://github.com/hrbrmstr/cdcfluview">cdcfluview</a>: (not on CRAN) R client for CDC FluView data (WHO and ILINet).</li>
<li><pkg>nhanesA</pkg> Utility to retrieve data from the National Health and Nutrition Examination Survey (NHANES).</li>
<li><a href="https://github.com/ropenhealth/openfda">openfda</a> (not on CRAN) is an R client for <a href="https://open.fda.gov/">openFDA</a>.</li>
<li><pkg>rClinicalCodes</pkg>: R tools for integrating with the http://www.clinicalcodes.org web repository</li>
<li><pkg>rclinicaltrials</pkg> (<a href="https://github.com/sachsmc/rclinicaltrials">GitHub</a>): ClinicalTrials.gov is a registry and results database of publicly and privately supported clinical studies of human participants conducted around the world. This is an R client for that data.</li>
<li><pkg>UScancer</pkg> constructs U.S. cancer data at the county level from <a href="http://seer.cancer.gov/">SEER</a>, <a href="http://www.iarc.fr">IARC</a>, and the U.S. Census Bureau.</li>
<li><a href="https://gitlab.com/iembry/vaers">vaers</a> (not on CRAN) provides U.S. vaccine adverse event data from the <a href="https://vaers.hhs.gov/index">VAERS</a> vaccine surveillance program. <pkg>vaersvax</pkg> provides a subset a subset of these data for three months of 2016. <pkg>vaersNDvax</pkg> provides non-domestic data for the same period.</li>
<li>WHO: <pkg>WHO</pkg> (<a href="https://www.github.com/expersso/WHO">GitHub</a>) provides an interface to the <a href="http://www.who.int/">World Health Organization</a> API. <pkg>rgho</pkg> (<a href="https://github.com/pierucci/rgho">GitHub</a>) connects to the WHO Global Health Observatory data.</li>
</ul>
<h3 id="social-media">Social media</h3>
<ul>
<li><em>Facebook</em>: <pkg>Rfacebook</pkg> provides an interface to the Facebook API. (K)</li>
<li><em>Google+</em>: <pkg>plusser</pkg> has been designed to to facilitate the retrieval of Google+ profiles, pages and posts. It also provides search facilities. Currently a Google+ API key is required for accessing Google+ data. <a href="https://github.com/soodoku/tuber">tuber</a> provides bindings for YouTube API. Only on Github for now. (K)</li>
<li><pkg>RedditExtractoR</pkg> can retrieve data from the Reddit API.</li>
<li><pkg>Rlinkedin</pkg>: is an R client for the LinkedIn API.</li>
<li><em>tumblr</em>: <pkg>tumblR</pkg> (<a href="https://github.com/klapaukh/tumblR">GitHub</a>): R client for the Tumblr API (<a href="https://www.tumblr.com/docs/en/api/v2" class="uri">https://www.tumblr.com/docs/en/api/v2</a>). Tumblr is a microblogging platform and social networking website <a href="https://www.tumblr.com" class="uri">https://www.tumblr.com</a>. (K)</li>
<li><em>Twitter</em>: <a href="https://github.com/joyofdata/RTwitterAPI">RTwitterAPI</a> (not on CRAN) and <pkg>twitteR</pkg> provide an interface to the Twitter web API. <pkg>streamR</pkg>: This package provides a series of functions that allow R users to access Twitter's filter, sample, and user streams, and to parse the output into data frames. OAuth authentication is supported. (K) Additionally, <pkg>RKlout</pkg> is an interface to Klout API v2. It fetches Klout Score for a Twitter Username/handle in real time. Klout is a silly ranking of Twitter influence.</li>
<li><pkg>SocialMediaLab</pkg> provides a convenient wrapper around many other social media clients and enables the construction of network structures from those data.</li>
<li><pkg>SocialMediaMineR</pkg> is an analytic tool that returns information about the popularity of a URL on social media sites.</li>
</ul>
<h3 id="social-science">Social science</h3>
<ul>
<li><a href="http://www.asdfree.com/">asdfree: analyze survey data for free</a> (not a package) provides lots of code examples for analyzing survey data in R. Also on <a href="https://github.com/ajdamico/usgsd">github</a>.</li>
<li><pkg>brewdata</pkg> Retrieves and parses graduate admissions survey data from the <a href="http://thegradcafe.com">Grad Cafe website</a>.</li>
<li><a href="https://github.com/abresler/gdeltr2">gdeltr2</a> (not on CRAN) connects to the <a href="http://gdeltproject.org/">The Global Database of Events, Language, and Tone</a>.</li>
<li><pkg>gesis</pkg> provides access to the Leibniz-Institute for the Social Sciences Data Catalogue/Datenbestandkatalog (DBK).</li>
<li><pkg>icpsrdata</pkg> offers programmatic retrieval of datasets from the Inter-university Consortium for Political and Social Research archive.</li>
<li><pkg>maddison</pkg> (<a href="https://github.com/expersso/maddison">GitHub</a>) provides GDP per capita data for all years AD 1 to 2010 from the <a href="http://www.ggdc.net/maddison">Maddison Project</a>.</li>
<li><pkg>ONETr</pkg> searches and retrieves occupational data from <a href="http://www.onetonline.org/">O*NET Online</a>. Development version on GitHub <a href="https://github.com/eknud/onetr">here</a>.</li>
<li><pkg>pewdata</pkg> uses RSelenium to retrieve datasets from the webpages of the Pew Research Center.</li>
<li><pkg>psidR</pkg> contains functions to download and format longitudinal datasets from the Panel Study of Income Dynamics (PSID).</li>
<li><pkg>wordbankr</pkg> (<a href="https://github.com/langcog/wordbankr">GitHub</a>) connects to <a href="http://wordbank.stanford.edu/">Wordbank</a>, a database of childrens' developmental vocabulary.</li>
<li>The <ohat>Zillow</ohat> (not on CRAN) package provides an R interface to the <a href="http://www.zillow.com/">Zillow</a> Web Service API. It allows one to get the Zillow estimate for the price of a particular property specified by street address and ZIP code (or city and state), to find information (e.g. size of property and lot, number of bedrooms and bathrooms, year built.) about a given property, and to get comparable properties.</li>
</ul>
<h3 id="sports">Sports</h3>
<ul>
<li><a href="https://github.com/phillc73/abettor">abettor</a> (not on CRAN): Online betting exchange, Betfair, API wrapper in R. (K)</li>
<li><a href="https://github.com/rtelmore/ballr">ballr</a> (not on CRAN) is a client for <a href="http://www.basketball-reference.com/">Basketball-Reference.com</a>.</li>
<li><a href="https://github.com/cpsievert/bbscrapeR">bbscrapeR</a> (not on CRAN): Tools for Collecting Data from <a href="http://www.nba.com/">nba.com</a> and <a href="http://www.wnba.com/">wnba.com</a>.</li>
<li><pkg>cricketr</pkg> provides tools for working with the ESPN Cricinfo Statsguru. <a href="https://github.com/tvganesh/cricketr">Source on GitHub</a>.</li>
<li><pkg>fbRanks</pkg>: Association Football (Soccer) Ranking via Poisson Regression - uses time dependent Poisson regression and a record of goals scored in matches to rank teams via estimated attack and defense strengths.</li>
<li><a href="https://github.com/maksimhorowitz/nflscrapR">nflscrapR</a> (not on CRAN) scrapes NFL data since 2009.</li>
<li><pkg>nhlscrapr</pkg>: Compiling the NHL Real Time Scoring System Database for easy use in R.</li>
<li><pkg>pitchRx</pkg>: Tools for Collecting and Visualizing Major League Baseball PITCHfx Data</li>
<li><pkg>fitbitScraper</pkg> (<a href="https://github.com/corynissen/fitbitScraper">GitHub</a>) can retrieve Fitbit data, based on email/password authentication.</li>
<li><a href="https://github.com/durtal/fantasysocceR">fantasysocceR</a> (not on CRAN) connects to fantasy soccer data.</li>
<li><pkg>pinnacle.API</pkg> A Wrapper for the Pinnacle Sports API</li>
<li><pkg>retrosheet</pkg> (<a href="https://github.com/rmscriven/retrosheet">Github</a>) retrieves single-season baseball statistics from <a href="http://www.retrosheet.org" class="uri">http://www.retrosheet.org</a>.</li>
<li><pkg>yorkr</pkg> provides access to cricket data from <a href="http://cricsheet.org">Cricsheet</a>.</li>
</ul>
<h3 id="web-analytics">Web Analytics</h3>
<ul>
<li><a href="https://github.com/dvanclev/GTrendsR">GTrendsR</a> (not on CRAN): R functions to perform and display Google Trends queries. Another Github package (<a href="https://github.com/emhart/rGtrends">rGtrends</a>) is now deprecated, but supported a previous version of Google Trends and may still be useful for developers.</li>
<li>rgauges (<a href="https://cran.r-project.org/src/contrib/Archive/rgauges">Archived on CRAN</a>) This package provides functions to interact with the Gaug.es API. Gaug.es is a web analytics service, like Google analytics. You have to have a Gaug.es account to use this package. ($) (K)</li>
<li><pkg>RGA</pkg>: Provides functions for accessing and retrieving data from the <a href="https://developers.google.com/analytics/">Google Analytics APIs</a>. Supports OAuth 2.0 authorization. Also, the RGA package provides a shiny app to explore data. There is another R package for the same service (RGoogleAnalytics); see above entry. (K)</li>
<li><pkg>RGoogleAnalytics</pkg> (<a href="https://github.com/Tatvic/RGoogleAnalytics/issues">GitHub</a>) provides functions for accessing and retrieving data from the Google Analytics API. There is another R package for the same service (RGA); see previous entry. (K)</li>
<li><ohat>RGoogleTrends</ohat> (not on CRAN) provides programmatic access to Google Trends data. This is information about the popularity of a particular query.</li>
<li><pkg>RSiteCatalyst</pkg>: Functions for accessing the Adobe Analytics (Omniture SiteCatalyst) Reporting API.</li>
</ul>
<h3 id="wikipediawikimedia">Wikipedia/Wikimedia</h3>
<ul>
<li><a href="https://github.com/petermeissner/wikipediatrend">wikipediatrend</a> (removed from CRAN): Provides access to Wikipedia page access statistics.</li>
<li><pkg>WikipediR</pkg>: WikipediR is a wrapper for the MediaWiki API, aimed particularly at the Wikimedia 'production' wikis, such as Wikipedia. <a href="https://github.com/Ironholds/WikipediR">Source on GitHub</a></li>
<li><pkg>ores</pkg> connects to <a href="http://ores.wmflabs.org/">ORES</a>, an automated tool for detecting whether Wikimedia page edits are constructive.</li>
<li><pkg>pageviews</pkg> retrieves page view data from Wikimedia-powered sites, including Wikipedia.</li>
<li><pkg>WikidataQueryServiceR</pkg> and <a href="https://github.com/chgrl/rwikidata">rwikidata</a> (not on CRAN): Request data from (and some day probably edit data in) <a href="https://www.wikidata.org/wiki/Wikidata:Main_Page">Wikidata.org</a>, the free knowledgebase; the former uses the <a href="https://query.wikidata.org">query service</a>.</li>
<li><pkg>WikidataR</pkg>: An R API wrapper for the Wikidata store of semantic data. <a href="https://github.com/Ironholds/WikidataR">Source on GitHub</a>.</li>
</ul>
</info>
<packagelist>
<pkg>acs</pkg>
<pkg>ALA4R</pkg>
<pkg>alm</pkg>
<pkg>ameco</pkg>
<pkg>aRxiv</pkg>
<pkg>banxicoR</pkg>
<pkg>BatchGetSymbols</pkg>
<pkg>belex</pkg>
<pkg>BETS</pkg>
<pkg>bibliometrix</pkg>
<pkg>bigrquery</pkg>
<pkg>biorxivr</pkg>
<pkg>blsAPI</pkg>
<pkg>blscrapeR</pkg>
<pkg>boilerpipeR</pkg>
<pkg>boxoffice</pkg>
<pkg>brewdata</pkg>
<pkg>cbsodataR</pkg>
<pkg>cdlTools</pkg>
<pkg>censusr</pkg>
<pkg>cgdsr</pkg>
<pkg>CHCN</pkg>
<pkg>chromer</pkg>
<pkg>clifro</pkg>
<pkg>countyweather</pkg>
<pkg>crandatapkgs</pkg>
<pkg>cricketr</pkg>
<pkg>crn</pkg>
<pkg>csp</pkg>
<pkg>darksky</pkg>
<pkg>datamart</pkg>
<pkg>dataonderivatives</pkg>
<pkg>dataRetrieval</pkg>
<pkg>dataseries</pkg>
<pkg>diezeit</pkg>
<pkg>dismo</pkg>
<pkg>dvn</pkg>
<pkg>easyPubMed</pkg>
<pkg>ecb</pkg>
<pkg>ecoengine</pkg>
<pkg>ecoretriever</pkg>
<pkg>ecoseries</pkg>
<pkg>eechidna</pkg>
<pkg>EIAdata</pkg>
<pkg>elevatr</pkg>
<pkg>elexr</pkg>
<pkg>energyr</pkg>
<pkg>enigma</pkg>
<pkg>epidata</pkg>
<pkg>estatapi</pkg>
<pkg>eurostat</pkg>
<pkg>factualR</pkg>
<pkg>FAOSTAT</pkg>
<pkg>fbRanks</pkg>
<pkg>FedData</pkg>
<pkg>federalregister</pkg>
<pkg>fImport</pkg>
<pkg>fitbitScraper</pkg>
<pkg>flora</pkg>
<pkg>GAR</pkg>
<pkg>genderizeR</pkg>
<pkg>geocodeHERE</pkg>
<pkg>gesis</pkg>
<pkg>getCRUCLdata</pkg>
<pkg>getlandsat</pkg>
<pkg>GetTDData</pkg>
<pkg>ggmap</pkg>
<pkg>googlePublicData</pkg>
<pkg>googleVis</pkg>
<pkg>govStatJPN</pkg>
<pkg>gsheet</pkg>
<pkg>GSODR</pkg>
<pkg>GuardianR</pkg>
<pkg>gutenbergr</pkg>
<pkg>hansard</pkg>
<pkg>hddtools</pkg>
<pkg>hdr</pkg>
<pkg>hoardeR</pkg>
<pkg>IBrokers</pkg>
<pkg>icesDatras</pkg>
<pkg>icesVocab</pkg>
<pkg>icpsrdata</pkg>
<pkg>idbr</pkg>
<pkg>IMFData</pkg>
<pkg>imfr</pkg>
<pkg>imguR</pkg>
<pkg>inegiR</pkg>
<pkg>jSonarR</pkg>
<pkg>kokudosuuchi</pkg>
<pkg>leafletR</pkg>
<pkg>lumendb</pkg>
<pkg>maddison</pkg>
<pkg>manifestoR</pkg>
<pkg>marmap</pkg>
<pkg>MBTAr</pkg>
<pkg>meteoForecast</pkg>
<pkg>mnis</pkg>
<pkg>mregions</pkg>
<pkg>muckrock</pkg>
<pkg>natserv</pkg>
<pkg>neotoma</pkg>
<pkg>nhanesA</pkg>
<pkg>nhlscrapr</pkg>
<pkg>oai</pkg>
<pkg>OAIHarvester</pkg>
<pkg>oec</pkg>
<pkg>OECD</pkg>
<pkg>okmesonet</pkg>
<pkg>olctools</pkg>
<pkg>ONETr</pkg>
<pkg>ores</pkg>
<pkg>osmar</pkg>
<pkg>osrm</pkg>
<pkg>pageviews</pkg>
<pkg>paleobioDB</pkg>
<pkg>pdfetch</pkg>
<pkg>pewdata</pkg>
<pkg>pinnacle.API</pkg>
<pkg>pitchRx</pkg>
<pkg>pleiades</pkg>
<pkg>plotGoogleMaps</pkg>
<pkg>plotKML</pkg>
<pkg>plusser</pkg>
<pkg>polidata</pkg>
<pkg>pollstR</pkg>
<pkg>primerTree</pkg>
<pkg>prism</pkg>
<pkg>psData</pkg>
<pkg>psidR</pkg>
<pkg>pubmed.mineR</pkg>
<pkg>pvsR</pkg>
<pkg>pxweb</pkg>
<pkg>Quandl</pkg>
<pkg>quantmod</pkg>
<pkg>RAdwords</pkg>
<pkg>raincpc</pkg>
<pkg>rainfreq</pkg>
<pkg>rAltmetric</pkg>
<pkg>rbhl</pkg>
<pkg>rbison</pkg>
<pkg>Rbitcoin</pkg>
<pkg>rbitcoinchartsapi</pkg>
<pkg>rcanvec</pkg>
<pkg>rclimateca</pkg>
<pkg>rClinicalCodes</pkg>
<pkg>rclinicaltrials</pkg>
<pkg>Rcolombos</pkg>
<pkg>RCryptsy</pkg>
<pkg>rdatamarket</pkg>
<pkg>rdefra</pkg>
<pkg>rdian</pkg>
<pkg>rdnb</pkg>
<pkg>rdwd</pkg>
<pkg>rebird</pkg>
<pkg>rechonest</pkg>
<pkg>redcapAPI</pkg>
<pkg>RedditExtractoR</pkg>
<pkg>RefManageR</pkg>
<pkg>rentrez</pkg>
<pkg>Reol</pkg>
<pkg>retrosheet</pkg>
<pkg>reutils</pkg>
<pkg>Rfacebook</pkg>
<pkg>RFc</pkg>
<pkg>rFDSN</pkg>
<pkg>rfigshare</pkg>
<pkg>rfishbase</pkg>
<pkg>rfisheries</pkg>
<pkg>RForcecom</pkg>
<pkg>RGA</pkg>
<pkg>rgbif</pkg>
<pkg>rgho</pkg>
<pkg>RGoogleAnalytics</pkg>
<pkg>RgoogleMaps</pkg>
<pkg>riem</pkg>
<pkg>RISmed</pkg>
<pkg>RJSDMX</pkg>
<pkg>RKlout</pkg>
<pkg>Rlinkedin</pkg>
<pkg>rnbn</pkg>
<pkg>RNCEP</pkg>
<pkg>rnoaa</pkg>
<pkg>rNOMADS</pkg>
<pkg>rnpn</pkg>
<pkg>rnrfa</pkg>
<pkg>rodham</pkg>
<pkg>ropenaq</pkg>
<pkg>ropensecretsapi</pkg>
<pkg>rPlant</pkg>
<pkg>rplos</pkg>
<pkg>rpubchem</pkg>
<pkg>RPublica</pkg>
<pkg>rredlist</pkg>
<pkg>rscopus</pkg>
<pkg>rsdmx</pkg>
<pkg>RSiteCatalyst</pkg>
<pkg>rsnps</pkg>
<pkg>RStars</pkg>
<pkg>rsunlight</pkg>
<pkg>rtimes</pkg>
<pkg>rusda</pkg>
<pkg>rvertnet</pkg>
<pkg>rWBclimate</pkg>
<pkg>rWind</pkg>
<pkg>rwunderground</pkg>
<pkg>rYoutheria</pkg>
<pkg>scholar</pkg>
<pkg>seeclickfixr</pkg>
<pkg>sejmRP</pkg>
<pkg>seqinr</pkg>
<pkg>SkyWatchr</pkg>
<pkg>slackr</pkg>
<pkg>SocialMediaLab</pkg>
<pkg>SocialMediaMineR</pkg>
<pkg>soilDB</pkg>
<pkg>sophisthse</pkg>
<pkg>sorvi</pkg>
<pkg>sos4R</pkg>
<pkg>SoyNAM</pkg>
<pkg>spocc</pkg>
<pkg>spoccutils</pkg>
<pkg>stationaRy</pkg>
<pkg>streamR</pkg>
<pkg>taxize</pkg>
<pkg>TFX</pkg>
<pkg>Thinknum</pkg>
<pkg>tm.plugin.webmining</pkg>
<pkg>TMDb</pkg>
<pkg>TR8</pkg>
<pkg>traits</pkg>
<pkg>translate</pkg>
<pkg>translateR</pkg>
<pkg>treebase</pkg>
<pkg>tseries</pkg>
<pkg>tumblR</pkg>
<pkg>twitteR</pkg>
<pkg>ukds</pkg>
<pkg>ukgasapi</pkg>
<pkg>UNF</pkg>
<pkg>ungeneanno</pkg>
<pkg>USAboundaries</pkg>
<pkg>UScancer</pkg>
<pkg>ustyc</pkg>
<pkg>vaersNDvax</pkg>
<pkg>vaersvax</pkg>
<pkg>velociraptr</pkg>
<pkg>waterData</pkg>
<pkg>WaterML</pkg>
<pkg>wbstats</pkg>
<pkg>WDI</pkg>
<pkg>weatherData</pkg>
<pkg>weatherr</pkg>
<pkg>webchem</pkg>
<pkg>WHO</pkg>
<pkg>WikidataQueryServiceR</pkg>
<pkg>WikidataR</pkg>
<pkg>WikipediR</pkg>
<pkg>wordbankr</pkg>
<pkg>worldmet</pkg>
<pkg>worrms</pkg>
<pkg>yorkr</pkg>
<pkg>zendeskR</pkg>
</packagelist>
<links>
<a href="http://cran.r-project.org/web/views/WebTechnologies.html">WebTechnologies TaskView</a>
</links>
</CRANTaskView>