sean-thimons/styleguide icon
public
Published on 6/3/2025
Style Guide

Style guide for Tidyverse

Rules

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 %>%.