Tipps von sechs verschiedenen Personen zur Fußball Weltmeisterschaft 2018 in langem Format.
Format
Ein tibble mit 384 Zeilen and 7 Spalten:
- Spieltag
- Spieltag 
- Person
- TipperIn 
- Tipp
- Tipp 
- Ergebnis
- Wahres Ergebnis 
- Tipp_Richtung
- Getippte Richtung: Sieg/Unenentschiedn/Niederlage(S/N/U) 
- Wahre_Richtung
- Wahre Richtung: Sieg/Unenentschiedn/Niederlage(S/N/U) 
- Art
- Art des Spieles 
Beispiele
tipp_wm
#> # A tibble: 384 × 7
#>    Spieltag Person Tipp  Ergebnis Tipp_Richtung Wahre_Richtung Art         
#>       <dbl> <chr>  <chr> <chr>    <chr>         <chr>          <chr>       
#>  1        1 Thomas 2:0   5:0      S             S              Gruppenphase
#>  2        2 Thomas 1:3   0:1      N             N              Gruppenphase
#>  3        2 Thomas 0:0   0:1      U             N              Gruppenphase
#>  4        2 Thomas 1:2   3:3      N             U              Gruppenphase
#>  5        3 Thomas 2:1   2:1      S             S              Gruppenphase
#>  6        3 Thomas 3:0   1:1      S             U              Gruppenphase
#>  7        3 Thomas 0:2   0:1      N             N              Gruppenphase
#>  8        3 Thomas 4:0   2:0      S             S              Gruppenphase
#>  9        4 Thomas 2:1   0:1      S             N              Gruppenphase
#> 10        4 Thomas 3:0   0:1      S             N              Gruppenphase
#> # ℹ 374 more rows
