engsoccerdata
engsoccerdata copied to clipboard
English and European soccer results 1871-2022
it shows an issue as the following :( `Error: ! Assigned data `as.numeric(hgvg[, 1])` must be compatible with existing data. ✖ Existing data has 559 rows. ✖ Assigned data has...
need to update :( ``` england_current
The match Manchester United vs AFC Bournemouth on 17/05/2016 is listed incorrectly in the data as taking place on 16/05/2016. While the original date was indeed supposed to be 16/05/2016,...
https://github.com/jalapic/engsoccerdata/blob/master/data-raw/france.csv is identical to https://github.com/jalapic/engsoccerdata/blob/master/data-raw/germany.csv
Used to be two leaguecup pens columns I think? #' \item{pen}{Did game go to penalties?} #' \item{pens}{Result of penalties} One seems to be lost - currently only have pens and...
The domestic cups could be added, especially for the bigger leagues. The records should be relatively extensive, in most cases.
All of the other datasets were updated with the exception of champs. Can you please post some code in champs.r that pulls in the most recent results and appends it...
Hi James. I trust you are well. Here are the deductions for the safrica data... https://gist.github.com/sibusiso16/113e3b773fdc6952708bba944381653e
to add - Brazil league data
Just a possible improvement that I've used in recent blog posts; a function which matches team names from another dataset onto `engsoccerdata` team names. For each team name in a...