https://github.com/cran/rgbif
Raw File
Tip revision: 737892841a6e447f580854081f8875bde554c596 authored by Scott Chamberlain on 21 March 2012, 00:00:00 UTC
version 0.0.1
Tip revision: 7378928
README.md
# `rgbif`

Install using `install_github` within Hadley's [devtools](https://github.com/hadley/devtools) package.

```R
install.packages("devtools")
require(devtools)
install_github("rgbif", "ropensci")
require(rgbif)
```

This set of functions/package will access data from [GBIF](http://opensnp.org/) using their API methods. 

See documentation the GBIF API here:  
http://data.gbif.org/tutorial/services
back to top