Data Challenge Lab Home

Code style [workflow]

(Builds on: Setup)
(Leads to: Reprexes)

Code style is simultaneously incredibly important and utterly trivial. It’slikepunctuation: sureyoucanmakedowithoutit, but proper punctuation can sure make things easier to read!

Install styler with install.packages("styler") and make sure you can locate the RStudio addin command for restyling selected code. This will make it very easy to apply the tidyverse style guide automatically.

Readings