powered by
Format references cited
pmc_reference(doc)
a tibble with id, pmid, authors, year, title, journal, volume, pages, and doi.
xml_document from PubMed Central
xml_document
Chris Stubben
# doc <- pmc_xml("PMC2231364") doc <- xml2::read_xml(system.file("extdata/PMC2231364.xml", package = "tidypmc" )) x <- pmc_reference(doc) x
Run the code above in your browser using DataLab