functions {magrittr} | R Documentation |
Extract the function list from a functional sequence.
Description
This can be used to extract the list of functions inside a functional
sequence created with a chain like . %>% foo %>% bar
.
Usage
functions(fseq)
Arguments
fseq |
A functional sequence ala magrittr. |
Value
a list of functions
[Package magrittr version 2.0.3 Index]