Description Arguments Examples
Like dplyr, LuminophoR also uses the pipe function, %>% to turn
function composition into a series of imperative statements.
lhs, rhs |
A proxy LuminophoR object |
1 2 3 4 5 6 7 | ## Not run:
# Instead of
addWidget(luminophor(), "mywidget")
# you can write
luminophor() %>% addWidget("mywidget")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.