powered by
Convert PubMed Central table nodes into a list of tibbles
pmc_table(doc)
a list of tibbles
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_table(doc) sapply(x, dim) x attributes(x[[1]])
Run the code above in your browser using DataLab