sean-thimons/style icon
public
Published on 5/12/2025
Style and comments

Rules

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.