OPENDATABIO HAS BEEN MOVE TO GIT LAB - OpenDataBio on GitLab
This package implements a client to an OpenDataBio API. This should allow for users with some experience in R to query an OpenDataBio database, to import and export data.
The package is written on top of httr package. Advanced users are welcome to write their own requests using the httr::GET
and httr::POST
functions directly.
Installation is currently done only from GitHub.
The functions that plot maps use libgeos, so you probably want to apt-get install libgeos
.
> library(devtools)
> install_github("opendatabio/opendatabio-r", build_vignettes = FALSE)
Note that running devtools::check()
or devtools::test()
will overwrite your environment variables!
The documentation site is licensed for use under a GPLv3 license. See the LICENSE file provided.