load_fb_match_summary | R Documentation |
Loading version of fb_match_summary
. Only some leagues available.
load_fb_match_summary(country, gender, tier, season_end_year = NA)
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 |
returns a dataframe
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
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.