pmc_metadata: Get article metadata

Description Usage Arguments Value Author(s) Examples

View source: R/pmc_metadata.R

Description

Get a list of journal and article metadata in /front tag

Usage

1

Arguments

doc

xml_document from PubMed Central

Value

a list

Author(s)

Chris Stubben

Examples

1
2
3
4
5
# doc <- pmc_xml("PMC2231364") # OR
doc <- xml2::read_xml(system.file("extdata/PMC2231364.xml",
  package = "tidypmc"
))
pmc_metadata(doc)

tidypmc documentation built on Aug. 1, 2019, 5:05 p.m.