Rdocumentation
powered by
Learn R Programming
runittotestthat (version 0.0-2)
convert_if: Convert an if block.
Description
Converts an
if
call.
Usage
convert_if(x)
Arguments
x
A call to the
if
function.
Value
x An object of class
call
.