File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -656,7 +656,7 @@ class(categories)
656
656
657
657
::::::::::::::::::::::::::::::::::::::: challenge
658
658
659
- ## Challenge
659
+ ## Challenge 3
660
660
661
661
Can you guess why these numbers are used to represent these countries?
662
662
@@ -672,7 +672,7 @@ They are sorted in alphabetical order
672
672
673
673
::::::::::::::::::::::::::::::::::::::: challenge
674
674
675
- ## Challenge 3
675
+ ## Challenge 4
676
676
677
677
Convert the ` country ` column of our ` nordic ` data frame to a factor. Then try
678
678
converting it back to a character vector.
@@ -685,7 +685,7 @@ Remember that you can reload the `nordic` data frame using
685
685
686
686
::::::::::::::: solution
687
687
688
- ## Solution to Challenge 3
688
+ ## Solution to Challenge 4
689
689
690
690
Converting character vectors to factors can be done using the ` factor() `
691
691
function:
@@ -919,7 +919,7 @@ str(nordic[1, ])
919
919
920
920
::::::::::::::::::::::::::::::::::::::: challenge
921
921
922
- ## Challenge 4
922
+ ## Challenge 5
923
923
924
924
There are several subtly different ways to call variables, observations and
925
925
elements from data frames:
@@ -938,7 +938,7 @@ Try out these examples and explain what is returned by each one.
938
938
939
939
::::::::::::::: solution
940
940
941
- ## Solution to Challenge 4
941
+ ## Solution to Challenge 5
942
942
943
943
944
944
``` r
Original file line number Diff line number Diff line change 5
5
"index.md" "d6ba53ac805c2daa36b8b5a20847e963" "site/built/index.md" "2025-05-20"
6
6
"episodes/01-rstudio-intro.Rmd" "f4e11815e378019213cd8bc32bd5d292" "site/built/01-rstudio-intro.md" "2025-05-20"
7
7
"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 "
9
9
"episodes/04-data-structures-part2.Rmd" "1cdde317409584348e41142273f08428" "site/built/04-data-structures-part2.md" "2025-05-20"
10
10
"episodes/05-data-subsetting.Rmd" "b673744f991a865b9996504197cc013e" "site/built/05-data-subsetting.md" "2025-05-20"
11
11
"episodes/06-dplyr.Rmd" "c056d70500c3befe15e48ba15fc99e87" "site/built/06-dplyr.md" "2025-05-20"
You can’t perform that action at this time.
0 commit comments