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)

Arguments

elemname

(character) The tag name of the test

desc

(character) Description

data

(data.frame) The reference data for which the test should be written.

diff_type

(character) Difference 'absolute' or 'relative' that is used for comparison.

tolerance

(ANY) Named vector with tolerances, single entry if same for all.

compare_type

(character) Comparator used in the XML spec.

printXML

(logical) Print output or return xml as R object

Value

(character)