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