lexical_pmchunks: Lexical services - break Pubmed documents into chunks

View source: R/lexical_pmchunks.R

lexical_pmchunksR Documentation

Lexical services - break Pubmed documents into chunks

Description

Lexical services - break Pubmed documents into chunks

Usage

lexical_pmchunks(pmid, key = NULL, ...)

Arguments

pmid

One or more PMID's in a vector or list

key

(character) API key. required either passed in here or save as an env var or R option. see rif and Startup

...

Curl options passed on to crul::HttpClient()

See Also

Other lexical: lexical_chunks(), lexical_entities(), lexical_pmentities(), lexical_pos(), lexical_sentences()

Examples

## Not run: 
out <- literature_retractions()
lexical_pmchunks(out[1:3])

## End(Not run)

ropensci/rif documentation built on May 18, 2022, 6:40 p.m.