Returns the URLs for all players for a given team
fb_player_urls(team_url, time_pause = 2)
the player's team URL (can be from fb_team_urls())
the wait time (in seconds) between page loads
returns a character vector of all fbref player URLs for a selected team
# \donttest{
fb_player_urls("https://fbref.com/en/squads/fd962109/Fulham-Stats")
#> [1] "https://fbref.com/en/players/28b40c9c/Tim-Ream"
#> [2] "https://fbref.com/en/players/3925dbd6/Aleksandar-Mitrovic"
#> [3] "https://fbref.com/en/players/c81d773d/Tosin-Adarabioyo"
#> [4] "https://fbref.com/en/players/c6dc9ecd/Harry-Wilson"
#> [5] "https://fbref.com/en/players/289601e6/Antonee-Robinson"
#> [6] "https://fbref.com/en/players/17acc2ed/Marek-Rodak"
#> [7] "https://fbref.com/en/players/966e28d0/Fabio-Carvalho"
#> [8] "https://fbref.com/en/players/803ae100/Harrison-Reed"
#> [9] "https://fbref.com/en/players/18b999f4/Neeskens-Kebano"
#> [10] "https://fbref.com/en/players/0f7533cd/Bobby-Reid"
#> [11] "https://fbref.com/en/players/10efd0e1/Jean-Seri"
#> [12] "https://fbref.com/en/players/f7750aa0/Denis-Odoi"
#> [13] "https://fbref.com/en/players/a8748947/Tom-Cairney"
#> [14] "https://fbref.com/en/players/77d7c96f/Kenny-Tete"
#> [15] "https://fbref.com/en/players/dd323728/Neco-Williams"
#> [16] "https://fbref.com/en/players/63d17038/Paulo-Gazzaniga"
#> [17] "https://fbref.com/en/players/af69e7f0/Joe-Bryan"
#> [18] "https://fbref.com/en/players/422862ea/Nathaniel-Chalobah"
#> [19] "https://fbref.com/en/players/6612cd8c/Josh-Onomah"
#> [20] "https://fbref.com/en/players/979b811d/Ivan-Cavaleiro"
#> [21] "https://fbref.com/en/players/5f1a2f31/Michael-Hector"
#> [22] "https://fbref.com/en/players/a755db8c/Rodrigo-Muniz"
#> [23] "https://fbref.com/en/players/d368feb8/Alfie-Mawson"
#> [24] "https://fbref.com/en/players/41fb0f4e/Domingos-Quina"
#> [25] "https://fbref.com/en/players/6722d4f0/Tyrese-Francois"
#> [26] "https://fbref.com/en/players/6bb2c084/Andre-Frank-Zambo-Anguissa"
#> [27] "https://fbref.com/en/players/6c679c6d/Anthony-Knockaert"
#> [28] "https://fbref.com/en/players/4047c976/Aboubakar-Kamara"
#> [29] "https://fbref.com/en/players/b2626673/Jay-Stansfield"
#> [30] "https://fbref.com/en/players/af245161/Fabricio"
#> [31] "https://fbref.com/en/players/2aa97663/Damian-Las"
# }