issues
search
analyticalworkflows
/
TeachingMaterials
Teaching materials for Analytical Workflows, a graduate course at Oregon State University
MIT License
7
stars
19
forks
source link
Update "Coding Best Practices" tex readings
#42
Open
marknovak
opened
2 years ago
marknovak
commented
2 years ago
Add discussions of
[ ]
graphics.off()
at start of script (after
rm(list=ls())
)
[ ] section headers (and RStudio shortcuts for them:
cmd-shift-R
)
[ ] update LV script to use proper heading formatting
[ ] code line length (72 or 80) and setting it as default in RStudio
Add discussions of
graphics.off()
at start of script (afterrm(list=ls())
)cmd-shift-R
)