exportBreakpointSystem {imola}R Documentation

Export a breakpoint system

Description

Exports a breakpoint system into a file for storage and later usage. Exported systems can be retrieved from their file form by using importBreakpointSystem.

Usage

exportBreakpointSystem(system, path)

Arguments

system

A string with the name of a registered breakpoint system, or a breakpoint system object generated with breakpointSystem.

path

The file path where to export the system to, including the file name and extension. The file name must end with a .yaml extension.

Value

No return value, called for side effects.


[Package imola version 0.5.0 Index]