R Style Guide

Google
R
Statistics
Author

Michael

Published

September 21, 2012

This is mainly a note to self:

There are several style guides for R out there. I particularly like the one from Google and the somewhat lighter version of Hadley (ggplot god).

All of that style guide thinking started after a question on <stackoverflow.com> about R workflow … How do we organize large R projects. Hadley (again) is favoring an Load-Clean-Func-Do approach which looks somewhat like that: