Returns all match statistics for a team(s) in a given season
Value
returns a dataframe with the selected stat outputs of all games played by the selected team(s)
Examples
if (FALSE) { # \dontrun{
try({
# for single teams:
man_city_url <- "https://fbref.com/en/squads/b8fd03ef/Manchester-City-Stats"
fb_team_match_log_stats(team_urls = man_city_url, stat_type = "passing")
})
} # }