powered by
Stops running r5r cores.
stop_r5(...)
r5r_core objects currently running. By default, if no cores are supplied all running cores are stopped.
r5r_core
No return value, called for side effects.
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_rides(), set_max_street_time(), set_n_threads(), set_progress(), set_speed(), set_suboptimal_minutes(), set_verbose(), street_network_to_sf(), transit_network_to_sf()
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_rides()
set_max_street_time()
set_n_threads()
set_progress()
set_speed()
set_suboptimal_minutes()
set_verbose()
street_network_to_sf()
transit_network_to_sf()
# NOT RUN { if (interactive()) { library(r5r) path <- system.file("extdata/poa", package = "r5r") r5r_core <- setup_r5(data_path = path, temp_dir = TRUE) stop_r5(r5r_core) } # }
Run the code above in your browser using DataLab