View source: R/are_equivalent_xmls.R
are_equivalent_xml_files | R Documentation |
Internal function used for debugging to determine if XML files result in equivalent trees
are_equivalent_xml_files(filename_1, filename_2, section = NA)
filename_1 |
name of a first XML file |
filename_2 |
name of a second XML file |
section |
the name of the XML section, use NA to check the whole file |
TRUE if the two XML files result in equivalent trees, FALSE otherwise
Richèl J.C. Bilderbeek
to check for equality, use are_equal_xml_files
check_empty_beautier_folder()
are_equivalent_xml_files(
filename_1 = get_beautier_path("2_4.xml"),
filename_2 = get_beautier_path("2_6_0.xml")
)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.