otp_stop | R Documentation |
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
otp_stop(warn = TRUE, kill_all = TRUE)
warn |
Logical, should you get a warning message |
kill_all |
Logical, should all Java instances be killed? |
The function assumes you have run otp_setup()
This function return a message but no object
Other setup:
otp_build_graph()
,
otp_check_java()
,
otp_check_version()
,
otp_dl_demo()
,
otp_dl_jar()
,
otp_make_config()
,
otp_setup()
,
otp_validate_config()
,
otp_write_config()
## Not run:
otp_stop(kill_all = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.