powered by
Stops running r5r cores.
stop_r5(...)
No return value, called for side effects.
r5r_core objects currently running. By default, if no cores are supplied all running cores are stopped.
r5r_core
Other support functions: fileurl_from_metadata()
fileurl_from_metadata()
if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true") library(r5r) path <- system.file("extdata/poa", package = "r5r") r5r_core <- setup_r5(path) stop_r5(r5r_core) }
Run the code above in your browser using DataLab