rxAddReturn: Add a return statement to a function.
Description
Add a return statement to a function.
Usage
rxAddReturn(fn, ret = TRUE)
Arguments
ret
boolean stating if a return statement will be added.
Value
Function with parens removed and add a return statement.