parse_pubmed_xml {LBDiscover} | R Documentation |
Parse PubMed XML data with optimized memory usage
Description
This function parses PubMed XML data into a data frame using streaming to handle large result sets efficiently.
Usage
parse_pubmed_xml(xml_data, verbose = FALSE)
Arguments
xml_data |
XML data from PubMed. |
verbose |
Logical. If TRUE, prints progress information. |
Value
A data frame containing article metadata.
[Package LBDiscover version 0.1.0 Index]