stop_r5: Stop running r5r network

View source: R/stop_r5.R

stop_r5R Documentation

Stop running r5r network

Description

Stops running r5r network

Usage

stop_r5(...)

Arguments

...

r5r_network objects currently running. By default, if no r5r network is supplied all running networks are stopped.

Value

No return value, called for side effects.

See Also

Other support functions: exists_tiff(), fileurl_from_metadata(), start_r5r_java(), tempdir_unique(), validate_bad_osm_ids()

Examples


library(r5r)

path <- system.file("extdata/poa", package = "r5r")

r5r_network <- build_network(path)

stop_r5(r5r_network)


r5r documentation built on Aug. 21, 2025, 5:44 p.m.