Stops running r5r cores.
stop_r5(...)
r5r_core
objects currently running. By default, if no cores
are supplied all running cores are stopped.
No return value, called for side effects.
Other support functions:
fileurl_from_metadata()
library(r5r)
path <- system.file("extdata/poa", package = "r5r")
r5r_core <- setup_r5(path)
#> Using cached R5 version from /home/runner/.cache/R/r5r/r5_jar_v7.1.0/r5-v7.1-all.jar
#>
#> Using cached network.dat from /home/runner/work/_temp/Library/r5r/extdata/poa/network.dat
stop_r5(r5r_core)
#> r5r_core has been successfully stopped.