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