pipe: LuminophoR pipe operator

Description Arguments Examples

Description

Like dplyr, LuminophoR also uses the pipe function, %>% to turn function composition into a series of imperative statements.

Arguments

lhs, rhs

A proxy LuminophoR object

Examples

1
2
3
4
5
6
7
## Not run: 
# Instead of
addWidget(luminophor(), "mywidget")
# you can write
luminophor() %>% addWidget("mywidget")

## End(Not run)

serenity-r/luminophor documentation built on Oct. 28, 2020, 9:42 p.m.