rxAddReturn {RxODE}R Documentation

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.

Author(s)

Matthew L. Fidler


[Package RxODE version 1.0.9 Index]