rxSymPyExec: 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...