fb_squad_wages | R Documentation |
Returns all player wages from FBref via Capology
fb_squad_wages(team_urls, time_pause = 3)
team_urls |
the URL(s) of the teams(s) (can come from fb_teams_urls()) |
time_pause |
the wait time (in seconds) between page loads |
returns a dataframe with all available estimated player wages for the selected team(s)
## Not run: try({ # for single teams: man_city_url <- "https://fbref.com/en/squads/b8fd03ef/Manchester-City-Stats" fb_squad_wages(team_urls = man_city_url) }) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.