fb_player_urls {worldfootballR} | R Documentation |
Get fbref Player URLs
Description
Returns the URLs for all players for a given team
Usage
fb_player_urls(team_url, time_pause = 3)
Arguments
team_url |
the player's team URL (can be from fb_team_urls()) |
time_pause |
the wait time (in seconds) between page loads |
Value
returns a character vector of all fbref player URLs for a selected team
Examples
## Not run:
try({
fb_player_urls("https://fbref.com/en/squads/fd962109/Fulham-Stats")
})
## End(Not run)
[Package worldfootballR version 0.6.2 Index]