to_list_node: XML Node to List Conversion

View source: R/xml_utils.R

to_list_nodeR Documentation

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


IFC documentation built on Sept. 14, 2023, 1:08 a.m.