Description Usage Arguments Value Examples
Run entrez_fetch
and return article nodes
1 | pubmed_fetch(history, parsed = TRUE)
|
history |
web history results from |
parsed |
parse results into article xml_nodeset with PMID names, default TRUE |
A character string or xml_nodeset if parsed=TRUE
1 2 3 4 | res <- pubmed_search("aquilegia[TITLE]")
aq <- pubmed_fetch(res)
aq
cat(as.character(aq[1]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.