Learn R Programming

r5r (version 0.3-3)

stop_r5: Stop running r5r core

Description

Stops running r5r cores.

Usage

stop_r5(...)

Arguments

...

r5r_core objects currently running. By default, if no cores are supplied all running cores are stopped.

Examples

Run this code
# 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