https://github.com/ropensci/rvertnet
Wrapper to the VertNet API
https://github.com/ropensci/rvertnet
api-wrapper biodiversity r r-package rstats specimen spocc vertnet
Last synced: 5 months ago
JSON representation
Wrapper to the VertNet API
- Host: GitHub
- URL: https://github.com/ropensci/rvertnet
- Owner: ropensci
- License: other
- Created: 2011-09-09T16:30:41.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T14:56:12.000Z (6 months ago)
- Last Synced: 2024-10-29T19:44:03.517Z (6 months ago)
- Topics: api-wrapper, biodiversity, r, r-package, rstats, specimen, spocc, vertnet
- Language: R
- Homepage: https://docs.ropensci.org/rvertnet/
- Size: 2.1 MB
- Stars: 7
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codemeta: codemeta.json
Awesome Lists containing this project
- open-sustainable-technology - rvertnet - An R Wrapper to the VertNet API, a collaborative project that makes biodiversity data free and available on the web. (Biosphere / Biodiversity Data Access and Management)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```[](https://www.repostatus.org/#active) [](https://github.com/ropensci/rvertnet/actions/workflows/R-CMD-check.yaml) [](https://app.codecov.io/gh/ropensci/rvertnet?branch=master) [](https://github.com/r-hub/cranlogs.app) [](https://cran.r-project.org/package=rvertnet)
# rvertnet
`rvertnet` is a client for interacting with [VertNet.org](http://vertnet.org/).
VertNet.org API docs:
## Installation
Stable CRAN version
```{r eval=FALSE}
install.packages("rvertnet")
```Development version from GitHub
```{r eval=FALSE}
remotes::install_github("ropensci/rvertnet", build_vignettes = TRUE)
```## [Get started](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)
[View vignette on ropensci website](https://docs.ropensci.org/rvertnet/articles/rvertnet.html)
Or, view vignette locally in your web browser
```{r eval=FALSE}
browseVignettes("rvertnet")
```Or, view vignette in the Rstudio help pane
```{r eval=FALSE}
vignette("rvertnet")
```## Contributors
- Dave Slager [\@slager](https://github.com/slager)
- Scott Chamberlain [\@sckott](https://github.com/sckott)
- Chris Ray [\@Pika8tona](https://github.com/Pika8tona)
- Vijay Barve [\@vijaybarve](https://github.com/vijaybarve)## Meta
- Please [report any issues or bugs](https://github.com/ropensci/rvertnet/issues).
- 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](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.