R Standards - PHIntelligence/CodingStandards GitHub Wiki
Naming
Variable names should be easily understandable and meaningful. Within a project, maintain the same convention for multi-word variables, e.g.
camelCase
PascalCase
snake_case
dotted.notation