https://github.com/cran/rgbif
Revision 6f8748effbec1249c80a27db83a89827b647f46d authored by Scott Chamberlain on 21 March 2012, 15:31:42 UTC, committed by cran-robot on 21 March 2012, 15:31:42 UTC
0 parent
Raw File
Tip revision: 6f8748effbec1249c80a27db83a89827b647f46d authored by Scott Chamberlain on 21 March 2012, 15:31:42 UTC
version 0.0.1
Tip revision: 6f8748e
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