Fetch full text of articles
sp_lit_text(x, from = "pubmed", progress = TRUE)
| x | An object of class |
|---|---|
| from | (character) one or more of: bhl, pubmed (default: pubmed) |
| progress | (logical) print a progress bar. default: |
An object of class lit_text, or a list of such objects
See spplit_auth for authentication
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")) w w[[1]]$bhl # x = w[[1]]; from = c("pubmed", "bhl") out <- sp_lit_text(x = w[[1]], from = c("pubmed", "bhl")) out }