View source: R/are_equal_xml_lines.R
are_equal_xml_lines | R Documentation |
Determine if XML lines result in equal trees
are_equal_xml_lines(lines_1, lines_2, section)
lines_1 |
lines of a first XML file |
lines_2 |
lines of a second XML file |
section |
name of an XML section.
Assumes that there is one line that starts with |
TRUE if the two sections of the XML files are equal, FALSE otherwise
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
are_equal_xml_lines(
lines_1 = readLines(get_beautier_path("2_4.xml")),
lines_2 = readLines(get_beautier_path("2_6_0.xml")),
section = "taxonset"
)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.