From 46ed72c93a240878ef229e6bdeee3ead5483ae49 Mon Sep 17 00:00:00 2001 From: Evelyn Greeves Date: Tue, 23 Apr 2024 15:29:10 +0100 Subject: [PATCH] Add slides about feedback forms at beginning and end --- 02_intro_to_r_and_working_with_data.Rmd | 22 +++++++++++++++++++--- 02_intro_to_r_and_working_with_data.html | 22 +++++++++++++++++++--- 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/02_intro_to_r_and_working_with_data.Rmd b/02_intro_to_r_and_working_with_data.Rmd index 6c34956..7356520 100644 --- a/02_intro_to_r_and_working_with_data.Rmd +++ b/02_intro_to_r_and_working_with_data.Rmd @@ -72,6 +72,16 @@ div.blue { background-color:#b0cdef; border-radius: 5px; padding: 20px;} div.grey { background-color:#d3d3d3; border-radius: 0px; padding: 0px;} +# Your opinions count! + +We will be sending you on an online evaluation form after the course. + +Your feedback really helps us to plan future courses and justify our funding from UKRI. + +**When you submit your form you will be automatically entered into a draw for a £xx Amazon voucher to say thank you `r emo::ji("money_with_wings")`** + + +--- # Overview @@ -1197,14 +1207,20 @@ ggplot(data = pigeon2, aes(x = population, y = distance)) + * data is read in to R from files into dataframes * the dataframe is a common data structure * you'll eventually get used to the manual! -* a `ggplot` has a `data` argument and an `aesthetic` argument; layers are added with a `+`; `geoms`determine how the data are plotted +* a `ggplot` has a `data` argument and an `aesthetic` argument; layers are added with a `+`; `geoms`determine how the data are plotted + --- +# Your opinions count! -class: inverse +We will be sending you on an online evaluation form after the course. -# `r emo::ji("party")` Congratulations! Keep practising! `r emo::ji("party")` +Your feedback really helps us to plan future courses and justify our funding from UKRI. +**When you submit your form you will be automatically entered into a draw for a £xx Amazon voucher to say thank you `r emo::ji("money_with_wings")`** +--- +class: inverse +# `r emo::ji("party")` Congratulations! Keep practising! `r emo::ji("party")` --- # References diff --git a/02_intro_to_r_and_working_with_data.html b/02_intro_to_r_and_working_with_data.html index 3703441..e58641e 100644 --- a/02_intro_to_r_and_working_with_data.html +++ b/02_intro_to_r_and_working_with_data.html @@ -60,6 +60,16 @@ div.grey { background-color:#d3d3d3; border-radius: 0px; padding: 0px;} </style> +# Your opinions count! + +We will be sending you on an online evaluation form after the course. + +Your feedback really helps us to plan future courses and justify our funding from UKRI. + +**When you submit your form you will be automatically entered into a draw for a £xx Amazon voucher to say thank you 💸** + + +--- # Overview @@ -1261,14 +1271,20 @@ * data is read in to R from files into dataframes * the dataframe is a common data structure * you'll eventually get used to the manual! -* a `ggplot` has a `data` argument and an `aesthetic` argument; layers are added with a `+`; `geoms`determine how the data are plotted +* a `ggplot` has a `data` argument and an `aesthetic` argument; layers are added with a `+`; `geoms`determine how the data are plotted + --- +# Your opinions count! -class: inverse +We will be sending you on an online evaluation form after the course. -# 🥳 Congratulations! Keep practising! 🎉 +Your feedback really helps us to plan future courses and justify our funding from UKRI. +**When you submit your form you will be automatically entered into a draw for a £xx Amazon voucher to say thank you 💸** +--- +class: inverse +# 🥳 Congratulations! Keep practising! 🎉 --- # References