freduce | R Documentation |
This function applies the first function to value
, then the
next function to the result of the previous function call, etc.
freduce(value, function_list)
value |
initial value. |
function_list |
a list of functions. |
The result after applying each function in turn.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.