Learn R Programming

r5r (version 1.1.0)

stop_r5: Stop running r5r core

Description

Stops running r5r cores.

Usage

stop_r5(...)

Value

No return value, called for side effects.

Arguments

...

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

See Also

Other support functions: check_connection(), fileurl_from_metadata()

Examples

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