retriveXmlNodeValuefromDoc: retriveXmlNodeValuefromDoc

Description Usage Arguments Value Examples

View source: R/http_methods.R

Description

retriveXmlNodeValuefromDoc

Usage

1
retriveXmlNodeValuefromDoc(doc, nodePosition)

Arguments

doc

the parsed XML file

nodePosition

the node position of the xml file

Value

the values of the node

Examples

1
2
 doc <- getDoc("pinkeye")
retriveXmlNodeValuefromDoc(doc, "//pmid")

shihikoo/europePMCTools documentation built on Dec. 23, 2021, 1:23 a.m.