Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

opentripplanner (version 0.5.1)

otp_stop: Stop and OTP Instance

Description

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)

Value

This function return a message but no object

Arguments

warn

Logical, should you get a warning message

kill_all

Logical, should all Java instances be killed?

Details

The function assumes you have run otp_setup()

See Also

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()

Examples

Run this code
if (FALSE) {
otp_stop(kill_all = FALSE)
}

Run the code above in your browser using DataLab