Learn R Programming

beautier (version 2.6.12)

are_equivalent_xml_lines_all: Determine if XML lines result in equivalent trees

Description

Determine if XML lines result in equivalent trees

Usage

are_equivalent_xml_lines_all(lines_1, lines_2, verbose = FALSE)

Value

TRUE if the two XML lines result in equivalent trees, FALSE otherwise

Arguments

lines_1

lines of a first XML file

lines_2

lines of a second XML file

verbose

if TRUE, additional information is displayed, that is potentially useful in debugging

Author

Richèl J.C. Bilderbeek