ReadMetaDataFromPMCnxml: ReadMetaDataFromPMCnxml

Description Usage Arguments Value

View source: R/pmcRead.R

Description

ReadMetaDataFromPMCnxml

Usage

1
2
3
4
5
6
ReadMetaDataFromPMCnxml(
  xmlFilePathFull,
  columns = c("pmid", "title", "abstract", "fulltext", "studytype", "journal",
    "publisher", "publicationDate", "authors", "emails", "affiliations",
    "correspondingAuthors", "correspondingAuthorAffs")
)

Arguments

xmlFilePathFull

a xml file path

columns

list of output columns

Value

a 1x3 data frame. With three columns: pmcid, pmid, doi


shihikoo/pubmedTools documentation built on June 19, 2021, 9:56 a.m.