namext

knitr::opts_chunk$set(
  warning = FALSE,
  message = FALSE,
  collapse = TRUE,
  comment = "#>"
)

R-check

namext - Extract scientific names from text using gnfinder

Install gnfinder

gnfinder is required to use this package.

Installation instructions can be found at the gnfinder repo.

Install namext

remotes::install_github("ropensci/namext")
library("namext")

extract names

x <- system.file("examples/BoegerEtal2015.pdf", package="namext")
name_extract(x)

Meta



ropensci/namext documentation built on Sept. 11, 2022, 11:07 a.m.