Learn R Programming

XML2R (version 0.0.9)

nodesToList: Coerce XML Nodes into a list with both attributes and values

Description

Essentially a recursive call to [XML::xmlToList()].

Usage

nodesToList(nodes)

Value

A nested list with a structure that resembles the XML structure

Arguments

nodes

A collection of XML nodes. Should be the output from docsToNodes.