| rxAddReturn {RxODE} | R Documentation |
Add a return statement to a function.
rxAddReturn(fn, ret = TRUE)
fn |
Function to deparse |
ret |
boolean stating if a return statement will be added. |
Function with parens removed and add a return statement.
Matthew L. Fidler