While the worldcup package loads data directly into the R environment as R objects, the mention of "data-csv" typically refers to the or the export process:
| 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) | worldcup r package fjelstul data-csv
The worldcup R package, developed by Joshua C. Fjelstul , is a comprehensive relational database containing over 1.1 million data points related to the FIFA World Cup. It covers all 22 men's tournaments (1930–2022) and all 8 women's tournaments (1991–2019). While the worldcup package loads data directly into
While the worldcup package loads data directly into the R environment as R objects, the mention of "data-csv" typically refers to the or the export process:
| 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 worldcup R package, developed by Joshua C. Fjelstul , is a comprehensive relational database containing over 1.1 million data points related to the FIFA World Cup. It covers all 22 men's tournaments (1930–2022) and all 8 women's tournaments (1991–2019).