rxAddReturn {RxODE}R Documentation

Add a return statement to a function.

Description

Add a return statement 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 statement.

Author(s)

Matthew L. Fidler


[Package RxODE version 0.9.2-0 Index]