From 83a1ca0596fd95af0eacc5ffdc259803e5b0ec40 Mon Sep 17 00:00:00 2001
From: alex-thomson222
Date: Tue, 14 Nov 2023 10:38:15 +0000
Subject: [PATCH 1/2] fix links
---
index.Rmd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.Rmd b/index.Rmd
index 4079f0e..942fb1c 100644
--- a/index.Rmd
+++ b/index.Rmd
@@ -95,7 +95,7 @@ question("What is important for your data if you want to import it into R? (sele
0. Start a new project file, and a new RMD script file and write the initial set up code to import the happiness dataset and load the `dplyr` and `ggplot2` libraries. Remember to save the Excel file in CSV format before importing the data.
(If you were following along to here directly from the workbook you may have already done this; so you can skip this step!).
-You can find the Excel file here: [Happiness.xlsx](https://github.com/stats4sd/r2020_04Importation/raw/main/Happiness.xlsx)
+You can find the Excel file here: [Happiness.xlsx](https://github.com/stats4sd/RCourse_2023_download_files/raw/dev/Happiness.xlsx)
1. Find the 5 countries with the lowest ‘generosity scores’
@@ -106,7 +106,7 @@ You can find the Excel file here: [Happiness.xlsx](https://github.com/stats4sd/r
**Exercise 2: Download the file below that contains the imdb dataset and the Module 3 exercises in RMD format.**
-[Module-3-Exercises.zip](https://github.com/stats4sd/r2020_04Quiz/raw/main/Module%203%20Exercises.zip)
+[Module-3-Exercises.zip](https://github.com/stats4sd/RCourse_2023_download_files/raw/dev/Module%203%20Exercises.zip)
Create a new project in RStudio and unzip the files into your new project folder.
From 1a0ad82687c3a9b0ee61d02fbeec23fc2408aea3 Mon Sep 17 00:00:00 2001
From: alex-thomson222
Date: Tue, 14 Nov 2023 10:45:04 +0000
Subject: [PATCH 2/2] update html
---
index.html | 56 +++++++++++++++++++++++++++---------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/index.html b/index.html
index 203a0ba..2ba912c 100644
--- a/index.html
+++ b/index.html
@@ -164,7 +164,7 @@ Exercises
following along to here directly from the workbook you may have already
done this; so you can skip this step!). You can find the Excel file
here: Happiness.xlsx
+href="https://github.com/stats4sd/RCourse_2023_download_files/raw/dev/Happiness.xlsx">Happiness.xlsx
Find the 5 countries with the lowest ‘generosity scores’
Produce a subset of countries which have below average scores for
both GDP and generosity.
@@ -174,7 +174,7 @@ Exercises
Exercise 2: Download the file below that contains the imdb
dataset and the Module 3 exercises in RMD format.
Module-3-Exercises.zip
+href="https://github.com/stats4sd/RCourse_2023_download_files/raw/dev/Module%203%20Exercises.zip">Module-3-Exercises.zip
Create a new project in RStudio and unzip the files into your new
project folder.
Then open the workbook, and load in the libraries and the dataset.
@@ -364,22 +364,22 @@
Appendix: Useful reference links