View source: R/RtestingHelpers.R
TestCompareDeparsedList | R Documentation |
This function takes a pair of reults/expectation and performs a comparison.
TestCompareDeparsedList(pair, modes = as.list(rep("compare", length(result))))
pair |
list with elements 'test' (current computation) and 'expectation' (deparsed, expected result) to be compared |
modes |
comparison modes |
list with test results (see TestCompareDeparsed)
TestCompareDeparsed() for a definition of the return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.