Rdocumentation
powered by
Learn R Programming
runittotestthat (version 0.0-2)
convert_line: Convert lines of RUnit code to testthat code
Description
Converts lines of
RUnit
code to the equivalent
testthat
code.
Usage
convert_line(x)
Arguments
x
An R language object.
Value
An object of class
call
.