Pipes

`%<>%`

Assignment pipe

`%$%`

Exposition pipe

`%!>%`

Eager pipe

`%>%`

Pipe

`%T>%`

Tee pipe

Function sequences

freduce()

Apply a list of functions sequentially

functions()

Extract the function list from a functional sequence.

print(<fseq>)

Print method for functional sequence.

`[[`(<fseq>) `[`(<fseq>)

Extract function(s) from a functional sequence.

Other helpers

debug_fseq() undebug_fseq()

Debugging function for functional sequences.

debug_pipe()

Debugging function for magrittr pipelines.

extract

Aliases

FAQ

faq-pipe-gender

FAQ: What is the gender of the pipe?