Write XML Test Definition of Type 'RTestTest_data.frame_cellbycell'
xmlWriteTest_data.frame_cellbycell(elemname = "test",
desc = "testname", data, diff_type = "absolute", tolerance = 0,
compare_type = "equal", printXML = TRUE)
(character
) The tag name of the test
(character
) Description
(data.frame
) The reference data for which the test should be
written.
(character
) Difference 'absolute' or 'relative' that is used for comparison.
(ANY
) Named vector with tolerances, single entry if same for all.
(character
) Comparator used in the XML spec.
(logical
) Print output or return xml as R object
(character
)