Learn R Programming

r5r (version 0.7.0)

set_max_rides: Set max number of transfers

Description

Set maxTransfers parameter in R5.

Usage

set_max_rides(r5r_core, max_rides)

Arguments

r5r_core

rJava object to connect with R5 routing engine

max_rides

numeric. The max number of public transport rides allowed in the same trip. Passed from routing function.

Value

No return value, called for side effects.

See Also

Other support functions: assert_breakdown_stat(), assert_decay_function(), assert_points_input(), check_connection(), fileurl_from_metadata(), find_snap(), posix_to_string(), select_mode(), set_max_lts(), set_max_street_time(), set_n_threads(), set_progress(), set_speed(), set_suboptimal_minutes(), set_verbose(), stop_r5(), street_network_to_sf(), transit_network_to_sf()