functions: Extract the function list from a functional sequence.

View source: R/functions.R

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


tidyverse/magrittr documentation built on March 9, 2023, 2 p.m.