powered by
Stops running r5r cores.
stop_r5(...)
r5r_core objects currently running. By default, if no cores are supplied all running cores are stopped.
r5r_core
# NOT RUN { if (interactive()) { library(r5r) path <- system.file("extdata/poa", package = "r5r") r5r_core <- setup_r5(data_path = path) stop_r5(r5r_core) } # } # NOT RUN { # }
Run the code above in your browser using DataLab