Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 308 Bytes

File metadata and controls

1 lines (1 loc) · 308 Bytes

When writing code, please do your best to mimic the "dialect" of R I speak as closely as possible by mimicking the functions and syntax and "grammar" that I tend to use in the code of mine you read. For example, use = for assignment, use explicit return() calls, use {}s even for single-line commands, etc.