View source: R/breakpointSystems.R
exportBreakpointSystem | R Documentation |
Exports a breakpoint system into a file for storage and later usage. Exported systems can be retrieved from their file form by using importBreakpointSystem.
exportBreakpointSystem(system, path)
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 |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.