Returns all game results for a team in a given season Replaces the deprecated function get_team_match_results
Examples
if (FALSE) { # \dontrun{
try({
# for single teams:
man_city_url <- "https://fbref.com/en/squads/b8fd03ef/Manchester-City-Stats"
fb_team_match_results(man_city_url)
})
} # }