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