parse_pubmed_xml: Parse PubMed XML data with optimized memory usage

View source: R/pubmed_search.R

parse_pubmed_xmlR 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.


LBDiscover documentation built on June 16, 2025, 5:09 p.m.