01Standardizes naming conventions using snake_case for variables and verbs for functions.
02Enforces Tidyverse-compliant API design with data-first arguments and pipe-friendly structures.
036 GitHub stars
04Provides templates for type-stable outputs and consistent error handling using the cli package.
05Implements strict layout rules including 80-character line limits and two-space indentation.
06Identifies and corrects common R anti-patterns like using attach() or T/F abbreviations.