View source: R/pmc_reference.R
pmc_reference | R Documentation |
Format references cited
pmc_reference(doc)
doc |
|
a tibble with id, pmid, authors, year, title, journal, volume, pages, and doi.
Mixed citations without any child tags are added to the author column.
Chris Stubben
# doc <- pmc_xml("PMC2231364")
doc <- xml2::read_xml(system.file("extdata/PMC2231364.xml",
package = "tidypmc"
))
x <- pmc_reference(doc)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.