Email the Author
You can use this page to email Bruno Rodrigues, Phd about Functional programming and unit testing for data munging with R.
About the Book
Most of the time spent working on a project is dedicated to preparing data for analysis. In this book, you will learn how to make this very important part of your work more streamlined and reproducible. We will learn about functional programming, unit testing and documenting your code in an automated way with the R programming language. The end goal is to write a package that contains all the needed functions to make your data tidy. This package will be extremely specific to your own needs and data, so you probably will not want to publish it on CRAN, however you can easily share this package with your colleagues or with your future self. This is especially useful if you are part of a project where you get yearly, quarterly or monthly data and need to repeat the same tasks over and over again. Having a thouroughly tested package makes sure that your fresh data gets tidied without any nasty surprises!
The book is still a work in progress. You can read it for free at www.brodrigues.co/fput. You can show your support by buying it on leanpub for any price, but the version on leanpub will not be always up-to-date. This is because I use bookdown to write the book, and converting the html files generated by bookdown to leanpub's markdown takes some time. However, once I'll finish the book, the version on leanpub will of course be completed and well formatted.
About the Author
Hi I'm Bruno and have been programming with the R language in a professional setting as well as a hobby for quite some time now. In my free time I'm either taking care of my family, working out, or reading ancient philosophy.