We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's possible to only have one team shots in a match, which causes an error with get_match_shooting.
library(worldfootballR) # library(tidyverse) urltest <- "https://fbref.com/en/matches/bf52349b/Fulham-Arsenal-September-12-2020-Premier-League" url1 <- "https://fbref.com/en/matches/f35f4268/Huddersfield-Town-Swansea-City-March-10-2018-Premier-League" url2 <- "https://fbref.com/en/matches/5e35e444/Bournemouth-Manchester-City-March-2-2019-Premier-League" # this one works shotstest <- get_match_shooting(urltest) # these ones don't shots1 <- get_match_shooting(url1) shots2 <- get_match_shooting(url2)
The text was updated successfully, but these errors were encountered:
remove team column and fix bug #43
74db787
This should now be resolved with commit 74db787.
Reach out if there's any further issues.
Thanks heaps
Sorry, something went wrong.
No branches or pull requests
It's possible to only have one team shots in a match, which causes an error with get_match_shooting.
The text was updated successfully, but these errors were encountered: