registerBreakpointSystem: Register a breakpoint system

View source: R/breakpointSystems.R

registerBreakpointSystemR Documentation

Register a breakpoint system

Description

Registers a breakpoint system object to make it available globally in getOption("imola.breakpoint.systems"). After registered it can be retrieved anywhere using getBreakpointSystem.

Usage

registerBreakpointSystem(system)

Arguments

system

A breakpoint system object created with breakpointSystem.

Value

No return value, called for side effects.


imola documentation built on April 19, 2022, 5:09 p.m.