R/freduce.R
freduce.Rd
This function applies the first function to value, then the next function to the result of the previous function call, etc.
value
freduce(value, function_list)
initial value.
a list of functions.
The result after applying each function in turn.