xmlToDF: Run a XML nodeset to Data frame

Description Usage Arguments Value See Also

View source: R/processVISION.R

Description

A different way of doing xmlToDataFrame

Usage

1
xmlToDF(doc, xpath, usewhich = TRUE, verbose = TRUE, isXML = TRUE, ...)

Arguments

doc

XML document to be parsed

xpath

XPath expression to extract the dataset

usewhich

(logical) use [which(logical),] versus [logical, ] for subsetting

verbose

(logical) for things to be printed (default = TRUE)

isXML

(logical) FALSE if doc is a character

...

arguments to be passed to xmlParse

Value

A data.frame with the number of columns being the unique field names from all nodes

See Also

xmlParse, xmlToDataFrame


muschellij2/processVISION documentation built on May 23, 2019, 9:54 a.m.