Fjelstul World Cup Database R Package Jun 2026
cards_summary <- cards %>% group_by(tournament_year, card_type) %>% summarise(count = n())
goals_per_tournament <- matches %>% group_by(tournament_year) %>% summarise(total_goals = sum(home_goals + away_goals, na.rm = TRUE)) fjelstul world cup database r package
Fjelstul, J. C. (2023). The fjelstulworldcup package: A comprehensive database of the FIFA World Cup. - cards %>
# View tournaments head(tournaments)