insert_magrittr_operators {spAddins} | R Documentation |
Insert %>%, %<>%, %$% and %T>%
Description
These add-ins insert operators %>%
, %<>%
, %$%
,
and %T>%
at the cursor position.
The operators are defined in package magrittr.
Usage
rs_insert_pipe()
rs_insert_update_pipe()
rs_insert_exposition_pipe()
rs_insert_tee_pipe()
Note
Operator does not work unless package magrittr or equivalent is loaded.
See Also
Other 'Insert at cursor position' add-ins: rs_insert_infix_R
,
rs_insert_infix_in
,
rs_insert_infix_not_in
,
rs_insert_matrix_multiplication
[Package spAddins version 0.2.0 Index]