Learn R Programming

IFC (version 0.2.1)

expand_list: XML Node List Expansion

Description

Helper to stringify XML node.

Usage

expand_list(x, max = 5)

Arguments

x

value return by xml2::as_list.

max

maximum number of recurrence into subnodes. Default is 5.