https://github.com/ropensci/worrms
World Register of Marine Species R client
https://github.com/ropensci/worrms
api-wrapper biological-data biology fish jerico-relevant marine-biology marine-species r r-package rstats taxize taxonomy
Last synced: 5 months ago
JSON representation
World Register of Marine Species R client
- Host: GitHub
- URL: https://github.com/ropensci/worrms
- Owner: ropensci
- License: other
- Created: 2016-12-23T01:03:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T13:38:28.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:30:09.597Z (6 months ago)
- Topics: api-wrapper, biological-data, biology, fish, jerico-relevant, marine-biology, marine-species, r, r-package, rstats, taxize, taxonomy
- Language: R
- Homepage: https://docs.ropensci.org/worrms
- Size: 369 KB
- Stars: 26
- Watchers: 10
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - worrms - A R client for the World Register of Marine Species. (Biosphere / Marine Life and Fishery)
README
worrms
======```{r echo=FALSE}
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
warning = FALSE,
message = FALSE
)
```[](https://www.repostatus.org/#active)
[](https://github.com/ropensci/worrms/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/ropensci/worrms)
[](https://github.com/r-hub/cranlogs.app)
[](https://cran.r-project.org/package=worrms)
[](https://cran.r-project.org/web/checks/check_results_worrms.html)`worrms` is a R client for the World Register of Marine Species
* World Register of Marine Species (WoRMS) https://www.marinespecies.org/
* WoRMS REST API docs: https://www.marinespecies.org/rest/See the taxize book (https://taxize.dev) for taxonomically focused work
in this and similar packages.## Installation
More stable CRAN version
```{r eval=FALSE}
install.packages("worrms")
```Development version
```{r eval=FALSE}
remotes::install_github("ropensci/worrms")
``````{r}
library("worrms")
```## Meta
* Please [report any issues or bugs](https://github.com/ropensci/worrms/issues).
* License: MIT
* Get citation information for `worrms` in R doing `citation(package = 'worrms')`
* 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.[](https://ropensci.org)