Skip to content

opendatabio/opendatabio-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opendatabio R package

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.

Install

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)

Basic usage

  1. OpenDataBio GET Data Tutorial
  2. OpenDataBio POST Data Tutorial.

Note to package developers!

Note that running devtools::check() or devtools::test() will overwrite your environment variables!

License

The documentation site is licensed for use under a GPLv3 license. See the LICENSE file provided.

Releases

No releases published

Contributors 3

  •  
  •  
  •  

Languages