Conclusion
In this module, you learned what R and RStudio are, how to install them, and how to find your way around the RStudio interface.
R Readiness checklist
Before moving on, make sure you can genuinely do each of these, not just recognize them:
Hand-in assignment
Depending on your course, your instructor may ask you to submit evidence that you’ve completed this checklist. If so, prepare the following:
- A screenshot of RStudio showing an R Script open in the Source pane with at least one line of code, and the result of running that line visible in the Console pane.
- One sentence: if you had just loaded a dataset, which pane would you check to preview it, and why?
- A short note on which setting you changed, and why it’s useful to you.
This isn’t about getting a “correct” answer, it’s proof that your setup works and that you can navigate it, which is everything you need for the next module.
You are now all set to continue with the next module. Here we take the first steps into writing R code.