stop_r5: Stop running r5r core

View source: R/stop_r5.R

stop_r5R Documentation

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.

Value

No return value, called for side effects.

See Also

Other support functions: check_connection(), fileurl_from_metadata()

Examples


library(r5r)

path <- system.file("extdata/poa", package = "r5r")

r5r_core <- setup_r5(path)

stop_r5(r5r_core)


r5r documentation built on Aug. 8, 2023, 9:07 a.m.