Skip to contents

This data set contains the result of a real wordle challange (in german language) between tow players. Wordle is a game where a player guesses a five-letter word in six tries. The variable "try" reflects the success of player A and B. Other variables like "noun", "aeiou", "unique", "common" and "rare" reflect the properties of the word.

Usage

use_data_wordle()

Value

Dataset

Examples

use_data_wordle()
#> # A tibble: 120 × 10
#>    round word  language  noun player     try aeiou unique common  rare
#>    <int> <chr> <chr>    <int> <chr>    <int> <int>  <int>  <int> <int>
#>  1     1 infam german       0 Player A     4     2      5      3     1
#>  2     2 notiz german       1 Player A     2     2      5      4     1
#>  3     3 zille german       1 Player A     4     2      4      4     1
#>  4     4 stoer german       1 Player A     2     2      5      5     0
#>  5     5 wiege german       1 Player A     5     3      4      3     1
#>  6     6 seife german       1 Player A     4     3      4      4     1
#>  7     7 wanne german       1 Player A     4     2      4      4     1
#>  8     8 trick german       1 Player A     4     2      5      4     1
#>  9     9 suite german       1 Player A     4     3      5      5     0
#> 10    10 macho german       1 Player A     4     3      5      3     2
#> # ℹ 110 more rows