fb_team_match_stats: Get FBref match team stats

fb_team_match_statsR Documentation

Get FBref match team stats

Description

Returns match team stats for selected matches.

Usage

fb_team_match_stats(match_url, time_pause = 3)

Arguments

match_url

the fbref.com URL for the required match

time_pause

the wait time (in seconds) between page loads

Value

returns a dataframe with the match team stats for a selected match

Examples

## Not run: 
try({
match <- fb_match_urls(country = "AUS", gender = "F", season_end_year = 2021, tier = "1st")[1]
df <- fb_team_match_stats(match_url = match)
})

## End(Not run)

JaseZiv/worldfootballR documentation built on April 5, 2025, 5:06 p.m.