Extract the function list from a functional sequence.
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.