Stops running r5r network
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)
#> ℹ Using cached network from from
#> /home/runner/work/_temp/Library/r5r/extdata/poa/network.dat.
stop_r5(r5r_network)
#> r5r_network has been successfully stopped.