Description
Parse Scientific Names.
Description
Parse scientific names using 'gnparser' (<https://github.com/gnames/gnparser>), written in Go. 'gnparser' parses scientific names into their component parts; it utilizes a Parsing Expression Grammar specifically for scientific names.
README.md
rgnparser
rgnparser: Parse Scientific Names
Docs: https://docs.ropensci.org/rgnparser/
Installation
install.packages("rgnparser")
# OR
remotes::install_github("ropensci/rgnparser")
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.
- License: MIT
- Get citation information for
rgnparser
in R doingcitation(package = 'rgnparser')
- 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.