layout | permalink |
---|---|
reference |
/reference/ |
- Automation - Making the program do tasks.
- Function - A bit of code that completes a task.
- "Functions are a fundamental building block of R" - Hadley Wickham
- Modularity - Breaking down the analysis into smaller parts.
- Unit testing - small functions that test your code and help you make sure everything is alright.