README.md

rgnparser

Project Status: Active – The project has reached a stable, usable
state and is being actively
developed. cran
checks R-check rstudio mirror
downloads cran
version

rgnparser: Parse Scientific Names

Docs: https://ropensci.github.io/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.

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).

Meta



Try the rgnparser package in your browser

Any scripts or data that you put into this service are public.

rgnparser documentation built on Feb. 16, 2023, 5:28 p.m.