Description Usage Format Source Examples
Aquilegia search results
1 |
An character string with 107 articles.
NCBI PubMed
1 2 3 4 5 6 7 8 9 | ## Not run:
res <- pubmed_search("aquilegia[TITLE]")
aqc <- pubmed_fetch(res, parsed=FALSE)
## End(Not run)
str(aqc)
aq <- pubmed_nodeset(aqc)
aq
cat(as.character(aq[1]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.