-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fotmob_get_match_players does not return expected info #226
Comments
hmm ok i'll have to take a look at this |
Fix #226 (future match lineups from fotmob)
Thanks for the quick turnaround. However, I think you fixed an issue different than the one I brought to light. Specifically, when I use this function for a match yet to happen but with a predicted lineup available on Fotmob, I do not that info. In fact, when I use this function for a match yet to happen, I do not even get the info that I used to get before I raised the issue (e.g. time, stadium). Anyway, thanks again. |
When I ran this code with the PR that was merged, the Japan and Croatia match was not played yet. I thought you were looking for the upcoming lineups? packageVersion("worldfootballR")
#> [1] '0.6.2.1000
options(tibble.print_min = 22)
fotmob_get_match_players(3370555) |>
dplyr::select(
team_name,
shirt,
first_name,
last_name,
role
)
|
Example: With this code I get what I expect now that the lineups have been released for this match. Example:
|
Also:
|
Install the latest dev version using Let us know if the problem still persists after updating. Thanks |
Worked. Thank you! |
Hi! Awesome package first of all! A problem I have found is that the function fotmob_get_match_players does not return the info I would expect it to return for an upcoming match for which the lineups have not been announced yet. Specifically, the info I would expect is the predicted lineups which are available on the app.
The text was updated successfully, but these errors were encountered: