knitr::opts_chunk$set( warning = FALSE, message = FALSE, collapse = TRUE, comment = "#>" )
namext
- Extract scientific names from text using gnfinder
gnfinder is required to use this package.
Installation instructions can be found at the gnfinder repo.
remotes::install_github("ropensci/namext")
library("namext")
x <- system.file("examples/BoegerEtal2015.pdf", package="namext") name_extract(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.