magrittr (version 2.0.1)

functions: 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