Worldcup R Package Fjelstul Instant
: It covers every match played in the FIFA World Cup from 1930 to the most recent tournaments.
Last checked: Data as of 2018 in GitHub version; CRAN version is 2014. Always check ?worldcup for version details. worldcup r package fjelstul
library(worldcup) library(dplyr)
The worldcup package by Fjelstul is a high-quality educational and historical tool . While it suffers from a lack of recent updates (post-2014), the data structure is a masterclass in how to organize sports data. It serves as a perfect sandbox for practicing data manipulation in R. : It covers every match played in the
: Tracking the evolution of the game, such as changes in average goals per match or geographical shifts in tournament dominance. : Tracking the evolution of the game, such
# Installation (via devtools if on GitHub) # devtools::install_github("efjelstul/worldcup") library(worldcup) # View available datasets data(package = "worldcup") Use code with caution. Copied to clipboard