Description Usage Arguments Details Value Examples
getPubmedAbstracts
extracts a list of abstracts from Pubmed for specific PMIDs.
1 | getPubmedAbstracts(pmids)
|
pmids |
A list of Pubmed IDs |
This function requires the package "RISmed".
A dataframe with three columns: PMID, Title, and Abstract
1 2 3 4 | ## getting Pubmed abstracts
pmids <- c("7545544", "9342365")
abstracts <- getPubmedAbstracts(pmids)
abstracts[1,]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.