| rxSymPyExec {RxODE} | R Documentation |
Execute Python statement without getting the return value.
rxSymPyExec(..., .python, .start = TRUE)
... |
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... |
Nothing
Matthew L. Fidler