parse_pubmed_article_set: Extract summary info about PubMed article set

Description Usage Arguments Value

View source: R/parse_pubmed_article_set.R

Description

Extract summary info about PubMed article set, containing one or more articles. Extracts only elements which are singular and not more complex elements such as authors. See [MEDLINE PubMed XML Elements](https://www.nlm.nih.gov/bsd/licensee/elements_descriptions.html) for details on elements.

Usage

1
parse_pubmed_article_set(pubmed_article_set)

Arguments

pubmed_article_set

Unparsed or parsed XML of class PubmedArticleSet comprising one or more PubmedArticle. Generally the output of batch_fetch_pubmed_records

Value

Dataframe of summary information about each article in set. One row per article.


maia-sh/pubmedparser documentation built on Feb. 18, 2021, 11:44 a.m.