Skip to content

Commit

Permalink
Add slides about feedback forms at beginning and end
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyngreeves committed Apr 23, 2024
1 parent f9a8911 commit 46ed72c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 6 deletions.
22 changes: 19 additions & 3 deletions 02_intro_to_r_and_working_with_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ div.blue { background-color:#b0cdef; border-radius: 5px; padding: 20px;}
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 `r emo::ji("money_with_wings")`**


---

# Overview

Expand Down Expand Up @@ -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
Expand Down
22 changes: 19 additions & 3 deletions 02_intro_to_r_and_working_with_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@
div.grey { background-color:#d3d3d3; border-radius: 0px; padding: 0px;}
&lt;/style&gt;

# 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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 46ed72c

Please sign in to comment.