exportBreakpointSystem: Export a breakpoint system

View source: R/breakpointSystems.R

exportBreakpointSystemR 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.


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