powered by
Returns all player wages from FBref via Capology
fb_squad_wages(team_urls, time_pause = 3)
returns a dataframe with all available estimated player wages for the selected team(s)
the URL(s) of the teams(s) (can come from fb_teams_urls())
the wait time (in seconds) between page loads
if (FALSE) { try({ # for single teams: man_city_url <- "https://fbref.com/en/squads/b8fd03ef/Manchester-City-Stats" fb_squad_wages(team_urls = man_city_url) }) }
Run the code above in your browser using DataLab