rxSymPyExec {RxODE}R Documentation

Execute Python statement without getting the return value.

Description

Execute Python statement without getting the return value.

Usage

rxSymPyExec(..., .python, .start = TRUE)

Arguments

...

Parameters sent to Jython to execute.

.python

Python to use, defaults to the started python.

.start

A boolean (default TRUE) starting python first if RxODE doesn't know it has been started...

Value

Nothing

Author(s)

Matthew L. Fidler


[Package RxODE version 0.9.2-0 Index]