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