functions {magrittr} | R Documentation |
This can be used to extract the list of functions inside a functional
sequence created with a chain like . %>% foo %>% bar
.
functions(fseq)
fseq |
A functional sequence ala magrittr. |
a list of functions