if (FALSE) {
try({
fb_team_player_stats("https://fbref.com/en/squads/d6a369a2/Fleetwood-Town-Stats",
stat_type = 'standard')
league_url <- fb_league_urls(country = "ENG", gender = "M",
season_end_year = 2022, tier = "3rd")
team_urls <- fb_teams_urls(league_url)
multiple_playing_time <- fb_team_player_stats(team_urls,
stat_type = "playing_time")
})
}
Run the code above in your browser using DataLab