ropensci / rvertnet

Wrapper to the VertNet API

Home Page:https://docs.ropensci.org/rvertnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check Codecov test coverage rstudio mirror downloads cran version

rvertnet

rvertnet is a client for interacting with VertNet.org.

VertNet.org API docs: https://github.com/VertNet/webapp/wiki/The-API-search-function

Installation

Stable CRAN version

install.packages("rvertnet")

Development version from GitHub

remotes::install_github("ropensci/rvertnet", build_vignettes = TRUE)

View vignette on ropensci website

Or, view vignette locally in your web browser

browseVignettes("rvertnet")

Or, view vignette in the Rstudio help pane

vignette("rvertnet")

Contributors

Meta

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for rvertnet in R doing citation(package = 'rvertnet')
  • Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Wrapper to the VertNet API

https://docs.ropensci.org/rvertnet/

License:Other


Languages

Language:R 98.6%Language:Makefile 1.4%