Description Usage Arguments Value Examples
View source: R/pubmed_nodeset.R
Parse PubMed into xml_nodeset with PMID names
1 | pubmed_nodeset(esearch)
|
esearch |
a character string from |
A xml_nodeset
1 2 3 4 5 6 7 8 | ## Not run:
res <- pubmed_search("aquilegia[TITLE]")
aqc <- pubmed_fetch(res, parsed=FALSE)
## End(Not run)
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.