Description Usage Arguments Value Examples
RetriveXmlNodeValuefromDoc
1  | RetriveXmlNodeValuefromDoc(doc, nodePosition, onlyChildren = FALSE)
 | 
doc | 
 the parsed XML file  | 
nodePosition | 
 the node position of the xml file  | 
onlyChildren | 
 whether only use Children of the nodes  | 
the values of the node
1 2 3  |  
doc <- GetDoc(id = c("5575286", "4804230"),db= "pmc", endpoint="efetch")
RetriveXmlNodeValuefromDoc(doc, "//permissions")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.