stop_r5 {r5r} | R Documentation |
Stop running r5r core
Description
Stops running r5r cores.
Usage
stop_r5(...)
Arguments
... |
|
Value
No return value, called for side effects.
See Also
Other support functions:
fileurl_from_metadata()
Examples
library(r5r)
path <- system.file("extdata/poa", package = "r5r")
r5r_core <- setup_r5(path)
stop_r5(r5r_core)
[Package r5r version 2.0 Index]