Depends on non-CRAN package namext
sp_lit_names(x, progress = TRUE, ...)
| x | An object of class |
|---|---|
| progress | (logical) print a progress bar. default: |
| ... | arguments passed on to |
a data.frame
make sure to install gnfinder first https://github.com/gnames/gnfinder
if (FALSE) { library(spocc) taxa <- c('Pinus contorta', 'Accipiter striatus') res <- occ(query=taxa, from = c("gbif", "bison"), limit = 15) w <- sp_lit_meta(x = res, from = c("pubmed", "bhl")) out <- sp_lit_text(x = w[[1]], from = c("pubmed", "bhl")) sp_lit_names(x = out$bhl$OcrText) sp_lit_names(x = out$bhl) }