This repository contains an educational lesson plan for learning R programming. It is designed for beginners and intermediate learners at the SMSC who want to understand the fundamentals of R and apply them contextually in data analysis and visualization.
To use this project, ensure you have R installed on your system. You can download R from CRAN.
You also will need the RStudio IDE: RStudio Download.
You can download the project as a ZIP file:
- Click the Code button at the top of the repository page.
- Select Download ZIP.
- Extract the ZIP file to your desired location.
- Open the extracted folder in RStudio or your preferred R environment.
Open the .Rproj file in RStudio; it may or may not automatically populate with the .Rmd files.
If no .Rmd files open, open them manually. They should appear within the project environment.
Happy coding!