Last data update: 2014.03.03

R: Extract the function list from a functional sequence.
functionsR 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

Results