load_fb_match_summary: Load pre-saved FBref match summary data

View source: R/load_fb.R

load_fb_match_summaryR Documentation

Load pre-saved FBref match summary data

Description

Loading version of fb_match_summary. Only some leagues available.

Usage

load_fb_match_summary(country, gender, tier, season_end_year = NA)

Arguments

country

the three character country code

gender

gender of competition, either "M" or "F"

tier

the tier of the league, ie '1st' for the EPL or '2nd' for the Championship and so on

season_end_year

the year(s) the season concludes

Value

returns a dataframe

Examples


try({
load_fb_match_summary(
  country = "ENG",
  gender = "M",
  tier = "1st"
)

load_fb_match_summary(
  country = c("ITA", "ESP"),
  gender = "M",
  tier = "1st",
  season_end_year = 2019
)
})


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