Skip to content

ropensci/rgnparser

Folders and files

NameName
Last commit message
Last commit date
Sep 15, 2023
Dec 5, 2023
Sep 15, 2023
Dec 5, 2023
Dec 5, 2023
Sep 19, 2023
Sep 15, 2023
Sep 19, 2023
Dec 21, 2022
Feb 1, 2023
Dec 5, 2023
Aug 5, 2020
Oct 9, 2020
Dec 5, 2023
Dec 5, 2023
Sep 19, 2023
Sep 19, 2023
Dec 5, 2023
Dec 5, 2023
Jan 31, 2023

Repository files navigation

rgnparser

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

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 doing citation(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.