You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just an heads up, was using the fb_team_player_stats function and noticed it is now broken
playerList = data.frame(fb_team_player_stats(squad_urls, stat_type = 'standard'))
[======================>---------------------------------------------------------------------------------------------] 20%Error in dplyr::mutate():
! Problem while computing PlayerURL = player_urls.
x PlayerURL must be size 41 or 1, not 40.
Run rlang::last_error() to see where the error occurred.
The problem is that
FBRef added a player in juventus squad list which has no associated link (at least for now). The function expects a number of links = to the number of players and breaks.
It's not a big problem tbh because I suppose FBRef will quickly add at least some sort of mockup page for the guy (I'm surprised they just plainly added a row to the table honestly)
Edit: Player link has already been added, but will leave it here in case you still would like to know
The text was updated successfully, but these errors were encountered:
Hi, just an heads up, was using the
fb_team_player_stats
function and noticed it is now brokenThe problem is that
FBRef added a player in juventus squad list which has no associated link (at least for now). The function expects a number of links = to the number of players and breaks.
It's not a big problem tbh because I suppose FBRef will quickly add at least some sort of mockup page for the guy (I'm surprised they just plainly added a row to the table honestly)
Edit: Player link has already been added, but will leave it here in case you still would like to know
The text was updated successfully, but these errors were encountered: