Skip to content

Commit b3b28ff

Browse files
committed
differences for PR #171
1 parent dc4ef81 commit b3b28ff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.Rhistory

Whitespace-only changes.

03-data-structures-part1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ class(categories)
656656

657657
::::::::::::::::::::::::::::::::::::::: challenge
658658

659-
## Challenge
659+
## Challenge 3
660660

661661
Can you guess why these numbers are used to represent these countries?
662662

@@ -672,7 +672,7 @@ They are sorted in alphabetical order
672672

673673
::::::::::::::::::::::::::::::::::::::: challenge
674674

675-
## Challenge 3
675+
## Challenge 4
676676

677677
Convert the `country` column of our `nordic` data frame to a factor. Then try
678678
converting it back to a character vector.
@@ -685,7 +685,7 @@ Remember that you can reload the `nordic` data frame using
685685

686686
::::::::::::::: solution
687687

688-
## Solution to Challenge 3
688+
## Solution to Challenge 4
689689

690690
Converting character vectors to factors can be done using the `factor()`
691691
function:
@@ -919,7 +919,7 @@ str(nordic[1, ])
919919

920920
::::::::::::::::::::::::::::::::::::::: challenge
921921

922-
## Challenge 4
922+
## Challenge 5
923923

924924
There are several subtly different ways to call variables, observations and
925925
elements from data frames:
@@ -938,7 +938,7 @@ Try out these examples and explain what is returned by each one.
938938

939939
::::::::::::::: solution
940940

941-
## Solution to Challenge 4
941+
## Solution to Challenge 5
942942

943943

944944
``` r

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"index.md" "d6ba53ac805c2daa36b8b5a20847e963" "site/built/index.md" "2025-05-20"
66
"episodes/01-rstudio-intro.Rmd" "f4e11815e378019213cd8bc32bd5d292" "site/built/01-rstudio-intro.md" "2025-05-20"
77
"episodes/02-project-intro.Rmd" "d833fc665b635d29bf03d58bb34524a9" "site/built/02-project-intro.md" "2025-05-20"
8-
"episodes/03-data-structures-part1.Rmd" "a83070b1d04789704c8173e6813aba66" "site/built/03-data-structures-part1.md" "2025-05-20"
8+
"episodes/03-data-structures-part1.Rmd" "0165027d9aa46f1f0c499f4c9daa8266" "site/built/03-data-structures-part1.md" "2025-05-25"
99
"episodes/04-data-structures-part2.Rmd" "1cdde317409584348e41142273f08428" "site/built/04-data-structures-part2.md" "2025-05-20"
1010
"episodes/05-data-subsetting.Rmd" "b673744f991a865b9996504197cc013e" "site/built/05-data-subsetting.md" "2025-05-20"
1111
"episodes/06-dplyr.Rmd" "c056d70500c3befe15e48ba15fc99e87" "site/built/06-dplyr.md" "2025-05-20"

0 commit comments

Comments
 (0)