View source: R/breakpointSystems.R
registerBreakpointSystem | R Documentation |
Registers a breakpoint system object to make it available globally in
getOption("imola.breakpoint.systems")
. After registered it can be retrieved
anywhere using getBreakpointSystem.
registerBreakpointSystem(system)
system |
A breakpoint system object created with breakpointSystem. |
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.