Determine if XML files result in equal trees
See also
to check for equivalence, use are_equivalent_xml_files
Examples
check_empty_beautier_folder()
are_equal_xml_files(
filename_1 = get_beautier_path("2_4.xml"),
filename_2 = get_beautier_path("2_6_0.xml"),
section = "taxonset"
)
#> [1] FALSE
check_empty_beautier_folder()