OTP is run in Java and requires Java commands to be typed
into the command line. The function allows the parameters
to be defined in R and automatically passed to Java.
This function stops an already running OTP instance
Usage
otp_stop(warn = TRUE, kill_all = TRUE)
Arguments
- warn
Logical, should you get a warning message
- kill_all
Logical, should all Java instances be killed?
Value
This function return a message but no object
Details
The function assumes you have run otp_setup()
Examples
if (FALSE) { # \dontrun{
otp_stop(kill_all = FALSE)
} # }