This is the source text to my book Functional programming in R. If you want to compile it yourself feel free to and feel free to use it for free as well. If you want to support my writing, though, please consider buying the book at Leanpub (you can set your own price). This helps me recover the costs involved with writing and publishing books.
I'm currently proofreading the book before putting it as a paperback on Amazon. Feel free to help out!
- Introduction
- Functions in R
- Pure functional programming
- Scope and closures
- Higher order functions
- Filter, Map, and Reduce
- Point-free programming
- Conclusions