rgnparser: Parse Scientific Names
Docs: https://ropensci.github.io/rgnparser/
install.packages("rgnparser")
# OR
remotes::install_github("ropensci/rgnparser")
library("rgnparser")
The command line tool written in Go, gnparser, is required to use this package.
If you want to install gnparser on your own, instructions can be found at the gnparser repo (https://github.com/gnames/gnparser)
There is a helper function in rgnparser for downloading and installing gnparser on major operating systems (macOS, Windows, Linux):
rgnparser::install_gnparser()
It installs the latest gnparser version by default, but you can specify which version to install. You can also install gnparser outside of R yourself (see above).
- 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.