Learn R Programming

bggAnalytics (version 0.2.1)

.xml_concatenate: Concatenate XML nodesets from a list

Description

Take a list of XML nodesets (e.g. outputs of .xml_expand) and combine them together.

Usage

.xml_concatenate(xml_list)

Value

An XML nodeset.

Arguments

xml_list

a list of XML nodesets.