Skip to content

Commit

Permalink
Fixed links for Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tbalbone31 committed Dec 2, 2024
1 parent a87e676 commit 7dfb35c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ These courses will be updated and maintained on an ongoing basis, there should y

# Course Structure

[Course Information](https://datasciencecampus.github.io/af_introduction_to_r/)
[R Studio Cloud](https://datasciencecampus.github.io/af_introduction_to_r/R_Studio_Cloud.html)
[Chapter 1 - Getting Started](CH1_getting_started.qmd)
[Chapter 2 - Data Structures](https://datasciencecampus.github.io/af_introduction_to_r/)
[Chapter 3 - Import & Export](https://datasciencecampus.github.io/af_introduction_to_r/)
[Chapter 4 - Tibbles & Dplyr](https://datasciencecampus.github.io/af_introduction_to_r/)
[Chapter 5 - Summary Statistics & Aggregation](https://datasciencecampus.github.io/af_introduction_to_r/)
[Chapter 6 - Case Study](https://datasciencecampus.github.io/af_introduction_to_r/)
[Chapter 7 - Control Flow, Loops & Functions](https://datasciencecampus.github.io/af_introduction_to_r/)
- [Course Information](https://datasciencecampus.github.io/af_introduction_to_r/)
- [R Studio Cloud](https://datasciencecampus.github.io/af_introduction_to_r/R_Studio_Cloud.html)
- [Chapter 1 - Getting Started](https://datasciencecampus.github.io/af_introduction_to_r/CH1_getting_started.html)
- [Chapter 2 - Data Structures](https://datasciencecampus.github.io/af_introduction_to_r/CH2_data_structures.html)
- [Chapter 3 - Import & Export](https://datasciencecampus.github.io/af_introduction_to_r/CH3_import_export.html)
- [Chapter 4 - Tibbles & Dplyr](https://datasciencecampus.github.io/af_introduction_to_r/CH4_tibbles_dplyr.html)
- [Chapter 5 - Summary Statistics & Aggregation](https://datasciencecampus.github.io/af_introduction_to_r/CH5_summary_agg.html)
- [Chapter 6 - Case Study](https://datasciencecampus.github.io/af_introduction_to_r/CH6_case_study.html)
- [Chapter 7 - Control Flow, Loops & Functions](https://datasciencecampus.github.io/af_introduction_to_r/CH7_control_flow_loops_and_functions.html)

0 comments on commit 7dfb35c

Please sign in to comment.