Learn R Programming

IFC (version 0.2.1)

to_list_node: XML Node to List Conversion

Description

Helper to convert xml node to R list.

Usage

to_list_node(x, max = 5)

Arguments

x

A document, node, or node set.

max

maximum number of recurrence into subnodes. Default is 5.

Details

it acts as_list but value returned is different, with attributes expanded to sublists rather than recovered as attributes