RxODE (version 0.9.0-8)

rxAddReturn: Add a return statment to a function.

Description

Add a return statment to a function.

Usage

rxAddReturn(fn, ret = TRUE)

Arguments

fn

Function to deparse

ret

boolean stating if a return statement will be added.

Value

Function with parens removed and add a return statment.