freduce: Apply a list of functions sequentially

View source: R/freduce.R

freduceR Documentation

Apply a list of functions sequentially

Description

This function applies the first function to value, then the next function to the result of the previous function call, etc.

Usage

freduce(value, function_list)

Arguments

value

initial value.

function_list

a list of functions.

Value

The result after applying each function in turn.


smbache/magrittr documentation built on March 18, 2023, 6:21 p.m.