Worldcup R Package Fjelstul Data-csv [extra Quality] Jun 2026
data("matches") data("goals") data("cards") data("players")
| Table | Description | |--------|-------------| | matches | Match-level data (score, date, stadium, etc.) | | goals | Goal-scoring events (scorer, assist, minute, type) | | cards | Yellow/red cards | | substitutions | Substitutions | | players | Player metadata | | teams | Team metadata | | tournaments | World Cup editions (year, host, winner) |
The package contains several tibbles. Key ones: worldcup r package fjelstul data-csv
If you are looking to download the raw CSV files directly, they are often available in the package's associated or on Kaggle datasets credited to Johan Fjelstul.
The data is meticulously cleaned, making it an excellent resource for: library(ggplot2) : Provides the same data in JSON
: Specific datasets for goals, penalty kicks, bookings, and substitutions.
library(ggplot2)
: Provides the same data in JSON format for web applications.

