Learn R Programming

bggAnalytics (version 0.2.1)

.xml_expand: Get all 'items' nodes from XML Nodeset

Description

This function expands xml_nodeset objects to all 'item' children. It allows to use lapply(., f) per object (corresponding to one row in data).

Usage

.xml_expand(xml)

Value

XML nodeset.

Arguments

xml

an XML nodeset.