Description
Search 'Vertnet', a 'Database' of Vertebrate Specimen Records.
Description
Retrieve, map and summarize data from the 'VertNet.org' archives (<https://vertnet.org/>). Functions allow searching by many parameters, including 'taxonomic' names, places, and dates. In addition, there is an interface for conducting spatially delimited searches, and another for requesting large 'datasets' via email.
README.md
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)
Get started
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
- Dave Slager @slager
- Scott Chamberlain @sckott
- Chris Ray @Pika8tona
- Vijay Barve @vijaybarve
Meta
- Please report any issues or bugs.
- License: MIT
- Get citation information for
rvertnet
in R doingcitation(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.