Rdocumentation
powered by
Learn R Programming
runittotestthat (version 0.0-2)
convert_checkEquals: Convert a checkEquals call.
Description
Converts a
checkEquals
call.
Usage
convert_checkEquals(x)
Arguments
x
A call to the
checkEquals
function.
Value
x A call to the
expect_equal
function.