getPubmedAbstracts: Extracts abstracts and titles from PUBMED from a list of...

Description Usage Arguments Details Value Examples

Description

getPubmedAbstracts extracts a list of abstracts from Pubmed for specific PMIDs.

Usage

1

Arguments

pmids

A list of Pubmed IDs

Details

This function requires the package "RISmed".

Value

A dataframe with three columns: PMID, Title, and Abstract

Examples

1
2
3
4
## getting Pubmed abstracts
pmids <- c("7545544", "9342365")
abstracts <- getPubmedAbstracts(pmids)
abstracts[1,]

andreysoares/nlpUtilityBelt documentation built on May 6, 2019, 8:57 p.m.