Code Style & Guidelines
- Follow Tidyverse style guidelines
- Spread long function calls across multiple lines.
- Where needed, always indent function calls with two spaces.
- Only name arguments that are less commonly used.
- Always use double quotes for strings.
- Use the magrittr pipe
%>%
.
Documentation Guidelines
- Always comments when adding code, especially with custom functions.