Skip to contents

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

if (FALSE) {
try({
fb_player_urls("https://fbref.com/en/squads/fd962109/Fulham-Stats")
})
}