Skip to contents

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

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.