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:

  1. Recognize the R functions in a section of R code
  2. Give a conceptual overview of how R functions operate
  3. Call R functions to perform calculations on R objects
  4. Recognize common mistakes that cause errors when using functions.

Click the button below to get started.

Back to top