foldl | R Documentation |
foldl :: (b -> a -> b) -> b -> [a] -> b
foldl(f, acc, xs)
f |
accumulator function |
acc |
accumulator |
xs |
list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.