Introduction to R and RStudio
-Last updated on 2024-05-21 | +
Last updated on 2024-06-04 | Edit this page
@@ -742,8 +742,8 @@Version Control
Visualisation with ggplot2
-Last updated on 2024-05-21 | +
Last updated on 2024-06-04 | Edit this page
@@ -1194,8 +1194,8 @@Wrap-up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/02-data-visualisation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/02-data-visualisation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/03-data-subsetting.html b/03-data-subsetting.html
index 65f35e80..56bd391b 100644
--- a/03-data-subsetting.html
+++ b/03-data-subsetting.html
@@ -311,7 +311,7 @@
Subsetting data with dplyr
-Last updated on 2024-05-21 | +
Last updated on 2024-06-04 | Edit this page
@@ -510,7 +510,7 @@Challenge 1
Show me the solution
-
+
R
@@ -558,7 +558,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -713,7 +713,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -761,7 +761,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -808,7 +808,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -976,7 +976,7 @@ Challenge 6
Show me the solution
-
+
R
@@ -1024,7 +1024,7 @@ Challenge 7
Show me the solution
-
+
R
@@ -1141,7 +1141,7 @@ Challenge 8
Show me the solution
-
+
R
@@ -1189,7 +1189,7 @@ Challenge 9
Show me the solution
-
+
R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
R
@@ -558,7 +558,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -713,7 +713,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -761,7 +761,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -808,7 +808,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -976,7 +976,7 @@ Challenge 6
Show me the solution
-
+
R
@@ -1024,7 +1024,7 @@ Challenge 7
Show me the solution
-
+
R
@@ -1141,7 +1141,7 @@ Challenge 8
Show me the solution
-
+
R
@@ -1189,7 +1189,7 @@ Challenge 9
Show me the solution
-
+
R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -713,7 +713,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -761,7 +761,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -808,7 +808,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -976,7 +976,7 @@ Challenge 6
Show me the solution
-
+
R
@@ -1024,7 +1024,7 @@ Challenge 7
Show me the solution
-
+
R
@@ -1141,7 +1141,7 @@ Challenge 8
Show me the solution
-
+
R
@@ -1189,7 +1189,7 @@ Challenge 9
Show me the solution
-
+
R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -761,7 +761,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -808,7 +808,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -976,7 +976,7 @@ Challenge 6
Show me the solution
-
+
R
@@ -1024,7 +1024,7 @@ Challenge 7
Show me the solution
-
+
R
@@ -1141,7 +1141,7 @@ Challenge 8
Show me the solution
-
+
R
@@ -1189,7 +1189,7 @@ Challenge 9
Show me the solution
-
+
R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -808,7 +808,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -976,7 +976,7 @@ Challenge 6
Show me the solution
-
+
R
@@ -1024,7 +1024,7 @@ Challenge 7
Show me the solution
-
+
R
@@ -1141,7 +1141,7 @@ Challenge 8
Show me the solution
-
+
R
@@ -1189,7 +1189,7 @@ Challenge 9
Show me the solution
-
+
R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -976,7 +976,7 @@ Challenge 6
Show me the solution
-
+
R
@@ -1024,7 +1024,7 @@ Challenge 7
Show me the solution
-
+
R
@@ -1141,7 +1141,7 @@ Challenge 8
Show me the solution
-
+
R
@@ -1189,7 +1189,7 @@ Challenge 9
Show me the solution
-
+
R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -1024,7 +1024,7 @@ Challenge 7
Show me the solution
-
+
R
@@ -1141,7 +1141,7 @@ Challenge 8
Show me the solution
-
+
R
@@ -1189,7 +1189,7 @@ Challenge 9
Show me the solution
-
+
R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -1141,7 +1141,7 @@ Challenge 8
Show me the solution
-
+
R
@@ -1189,7 +1189,7 @@ Challenge 9
Show me the solution
-
+
R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -1189,7 +1189,7 @@ Challenge 9
Show me the solution
-
+
R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -1304,7 +1304,7 @@ Challenge 10
Show me the solution
-
+
R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -1355,7 +1355,7 @@ Challenge 11
Show me the solution
-
+
R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -1445,7 +1445,7 @@ Challenge 12
Show me the solution
-
+
Data sorting and pipes dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -453,7 +453,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-Data sorting and pipes dplyr
-Last updated on 2024-05-21 | +
Last updated on 2024-06-04 | Edit this page
@@ -453,7 +453,7 @@Challenge 1
Show me the solution
-
+
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
R
@@ -647,7 +647,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -764,7 +764,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -814,7 +814,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -866,7 +866,7 @@ Challenge 5
Show me the solution
-
+
R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-R
@@ -981,7 +981,7 @@ Challenge 6
Show me the solution
-
+
Data visualisation and scales
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -391,7 +391,7 @@ Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-Data visualisation and scales
-Last updated on 2024-05-21 | +
Last updated on 2024-06-04 | Edit this page
@@ -391,7 +391,7 @@Challenge 1
Give me a hint
-
+
Try geom_boxplot
@@ -403,7 +403,7 @@ Give me a hint
-
+
R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Try geom_boxplot
Give me a hint
-R
@@ -454,7 +454,7 @@ Challenge 2
Show me the solution
-
+
Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
Show me the solution
-Learning the difference between using fill
and
colour
/color
can take a little time, but in
@@ -542,7 +542,7 @@
Challenge 3
Show me the solution
-
+
“coral” and “cyan” are built in colour names, that you can call
directly. There are lots of these names, datanovia
@@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
“coral” and “cyan” are built in colour names, that you can call directly. There are lots of these names, datanovia @@ -579,7 +579,7 @@
Challenge 4
Show me the solution
-
+
hexidecimal colour codes are often use in webdesign, and are a way of
coding red, blue and green. To explore colours in hexidecmial, there are
@@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
hexidecimal colour codes are often use in webdesign, and are a way of coding red, blue and green. To explore colours in hexidecmial, there are @@ -616,7 +616,7 @@
Challenge 5
Show me the solution
-
+
The order you provide the manual colours dictate which category gets
which colour.
@@ -654,7 +654,7 @@ Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
The order you provide the manual colours dictate which category gets which colour.
@@ -654,7 +654,7 @@Challenge 6
Show me the solution
-
+
There is not single answer here, there are many different options.
The key difference between what we did before and this, is that the
@@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
There is not single answer here, there are many different options. The key difference between what we did before and this, is that the @@ -742,7 +742,7 @@
Challenge 7
Show me the solution
-
+
The classic theme is one often wanted by strict and old-school
journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@ Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
The classic theme is one often wanted by strict and old-school journals. Its very handy to have a short-cut to it.
@@ -784,7 +784,7 @@Challenge 8
Show me the solution
-
+
The void theme strips all axis and background, leaving the plot
alone. This is generally not a meaningful theme to use for publication,
@@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -1077,8 +1077,8 @@ Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
- Last updated on 2024-05-21 |
+
Last updated on 2024-06-04 |
Edit this page
@@ -468,7 +468,7 @@ Challenge 1
Show me the solution
-
+
R
@@ -517,7 +517,7 @@ Challenge 2
Show me the solution
-
+
R
@@ -566,7 +566,7 @@ Challenge 3
Show me the solution
-
+
R
@@ -692,7 +692,7 @@ Challenge 4
Show me the solution
-
+
R
@@ -745,7 +745,7 @@ Challenge 5
Show me the solution
-
The void theme strips all axis and background, leaving the plot alone. This is generally not a meaningful theme to use for publication, @@ -885,8 +885,8 @@
Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/05-data-plotting-scales.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/06-data-manipulation.html b/06-data-manipulation.html
index 5b0e669b..a472a3eb 100644
--- a/06-data-manipulation.html
+++ b/06-data-manipulation.html
@@ -308,7 +308,7 @@
Data manipulation with dplyr
-Last updated on 2024-05-21 | +
Last updated on 2024-06-04 | Edit this page
@@ -1077,8 +1077,8 @@Wrap up
"creativeWorkStatus": "active",
"url": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
"identifier": "https://athanasiamo.github.io/r-tidyverse-4-datasets/06-data-manipulation.html",
- "dateCreated": "2024-05-08",
- "dateModified": "2024-05-21",
+ "dateCreated": "2024-06-04",
+ "dateModified": "2024-06-04",
"datePublished": "2024-06-04"
}
diff --git a/07-data-reshaping.html b/07-data-reshaping.html
index 0cd2c98a..5c758242 100644
--- a/07-data-reshaping.html
+++ b/07-data-reshaping.html
@@ -309,7 +309,7 @@
Reshaping data with tidyr
-Last updated on 2024-05-21 | +
Last updated on 2024-06-04 | Edit this page
@@ -468,7 +468,7 @@