if (FALSE) {
try({
## just load match ids
load_fotmob_matches_by_date(
country = "ENG",
league_name = "Premier League"
)
## can also do it for multiple leagues
load_fotmob_matches_by_date(
country = c("ENG", "ESP" ),
league_name = c("Premier League", "LaLiga")
)
})
}
Run the code above in your browser using DataLab