First Steps
Welcome to the First Steps module. In this module, you will take the first steps in your R programming journey by learning the basics of R usage. The module content is broken into four tutorials:
Each tutorial will comprise a series of interactive lessons with practice problems embedded throughout. After you complete each tutorial, you will have the opportunity to complete a knowledge quiz to check your learning.
Learning Goals
After completing this module, you will be able to:
Basic Commands
- Create simple R objects
- Conduct simple mathematical calculations involving R objects
- Conduct simple logical comparisons between R objects
R Functions
- 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
Add-On Packages
- Explain the procedure required to install, load, and use an R package
- Install new R packages from a remote package repository
- Load an R package
- Use the functions provided by add-on packages
Getting Help
- Access the documentation for functions provided by installed packages
- Explain the purpose of the sections in an R help file
- Use the information in an R help file to learn how to use an unfamiliar R function
Click the button below to get started with the first tutorial.