https://github.com/ropensci/rgnparser
Parse scientific names using gnparser (https://github.com/gnames/gnparser)
https://github.com/ropensci/rgnparser
r r-package rstats taxonomy
Last synced: 6 months ago
JSON representation
Parse scientific names using gnparser (https://github.com/gnames/gnparser)
- Host: GitHub
- URL: https://github.com/ropensci/rgnparser
- Owner: ropensci
- License: other
- Created: 2020-08-05T20:19:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T16:11:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T03:22:14.548Z (7 months ago)
- Topics: r, r-package, rstats, taxonomy
- Language: R
- Homepage: https://docs.ropensci.org/rgnparser
- Size: 207 KB
- Stars: 13
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
rgnparser
=========```{r, echo=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
warning = FALSE,
message = FALSE
)
```[](https://www.repostatus.org/#active)
[](https://github.com/ropensci/rgnparser/actions/)
[](https://github.com/r-hub/cranlogs.app)
[](https://cran.r-project.org/package=rgnparser)**rgnparser**: Parse Scientific Names
Docs: https://docs.ropensci.org/rgnparser/
## Installation
```{r eval=FALSE}
install.packages("rgnparser")
# OR
remotes::install_github("ropensci/rgnparser")
``````{r}
library("rgnparser")
```## Install gnparser
The command line tool written in Go, gnparser, is required to use this package.
Instructions for installation can be found at the gnparser repo (https://github.com/gnames/gnparser#installation)
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/rgnparser/issues).
* License: MIT
* Get citation information for `rgnparser` in R doing `citation(package = 'rgnparser')`
* 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.