JaseZiv / worldfootballR

A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat
https://jaseziv.github.io/worldfootballR/
433 stars 59 forks source link

[Bug] Get Data in Function fotmob_get_match_players , data in some column it's Duplicate data #304

Closed Gyracat closed 11 months ago

Gyracat commented 11 months ago

I want to get data in premier league 2022-2023 (GW1-GW38) for summary report data ,i found bug in many column wrong data

library(worldfootballR) packageVersion("worldfootballR")

AllmatchGW<-fotmob_get_match_players(c(3900932,#GW1 3900933, 3900934

))

correct

(Correct Data,i already get data in GW1 started)

wrong

(Wrong Data.Today i already check Match_ID again and run check)

Please investigate this bug.

Gyracat commented 11 months ago

Now I received the data. It's okay. I don't know if it's because of the internet or not that the data in the retrieval is wrong.

tonyelhabr commented 11 months ago

thank you for clarifying that you were able to get the data