These add-ins insert operators %>%, %<>%, %$%, and %T>% at the cursor position. The operators are defined in package magrittr.

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

  • Forward pipeline operator %>%

  • Compound assignment pipe operator %<>%

  • Exposition pipe operator %$% and operator $

  • Tee operator %T>%