View source: R/pubmed_search.R
parse_pubmed_xml | R Documentation |
This function parses PubMed XML data into a data frame using streaming to handle large result sets efficiently.
parse_pubmed_xml(xml_data, verbose = FALSE)
xml_data |
XML data from PubMed. |
verbose |
Logical. If TRUE, prints progress information. |
A data frame containing article metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.