if (FALSE) {
try({
# one league
load_fotmob_match_details(
country = "ENG",
league_name = "Premier League"
)
## this is the same output format as the following
fotmob_get_match_details(match_id = 3411352)
# one league, by id
load_fotmob_match_details(league_id = 47)
# multiple leagues (could also use ids)
load_fotmob_match_details(
country = c("ENG", "ESP" ),
league_name = c("Premier League", "LaLiga")
)
})
}
Run the code above in your browser using DataLab