powered by
Uses NCBI's E-Utilities to retrieve bibliographic information given a vector of PubMed ID's and returns the results as a BibEntry object.
GetPubMedByID(id, db = "pubmed", ...)
character vector; PubMed ID's for searching NCBI's Entrez.
string; Entrez database to search.
additional parameters to use for the search. See the Entrez documentation listed in the References.
a BibEntry object.
https://www.ncbi.nlm.nih.gov/books/NBK25500/
Other pubmed: GetDOIs, GetPubMedRelated, LookupPubMedID, ReadCrossRef, ReadPubMed
GetDOIs
GetPubMedRelated
LookupPubMedID
ReadCrossRef
ReadPubMed
# NOT RUN { if (interactive() && !httr::http_error("https://eutils.ncbi.nlm.nih.gov/")) GetPubMedByID(c("11209037", "21245076")) # }
Run the code above in your browser using DataLab