R Functions
Estimated Completion Time
About 45-60 minutes, including practice exercises and knowledge quiz.
Welcome to the R Functions module. In this module, you will move beyond the simple operations you learned about in the Basic Commands module by exploring the most important a fundamental tool in R programming: functions.
Learning Goals
After completing this module, you will be able to:
- Recognize the R functions in a section of R code
- Give a conceptual overview of how R functions operate
- Call R functions to perform calculations on R objects
- Recognize common mistakes that cause errors when using functions.
Click the button below to get started.