An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

---
output: github_document
---
rgnparser
=========

```{r, echo=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
warning = FALSE,
message = FALSE
)
```

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-check](https://github.com/ropensci/rgnparser/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/rgnparser/actions/)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/rgnparser)](https://github.com/r-hub/cranlogs.app)
[![cran version](https://www.r-pkg.org/badges/version/rgnparser)](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.