issues
search
brad-cannell
/
r4epi
Repository for the R for Epidemiology book
http://www.r4epi.com/
Other
23
stars
51
forks
source link
Add a section on common violations of the style I see
#139
Open
mbcann01
opened
8 months ago
mbcann01
commented
8 months ago
Not putting closing parentheses on own line
Not putting one function per line on in dplyr pipeline
Not putting only the data frame names on the first line of dplyr pipeline
Not putting spaces in between symbols and names (df<-df, or new_var=old_var+1)