Description Usage Arguments Details Value Author(s) Examples
Searches the PubMed database at NCBI and returns a short citation with author, year, title, journal and published date.
1 | ncbiPubmed(term, abstract = FALSE)
|
term |
Any valid combination of Entrez search terms or a vector of pubmed IDs |
abstract |
Include abstract in result table, default FALSE |
The function searches the PubMed database and parses the efetch XML summary to return a short citation
A data.frame with 9 or 10 columns
|
PubMed id |
|
first 3 author names |
|
year journal was published |
|
title |
|
journal name |
|
volume number |
|
pages |
|
date journal was published (from PubDate tag) |
|
date electronic copy was available (from ArticleDate tag) |
|
abstract |
Chris Stubben
1 2 3 4 5 | ## Not run:
ncbiPubmed( c(7542800, 7569993))
# OR ncbiPubmed("7542800,7569993")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.