Follow the tidyverse style guide:
- 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
%>%
.