# \donttest{
try({
library(dplyr)
library(tidyr)
results <- fotmob_get_matches_by_date(date = c("20210925", "20210926"))
results %>%
dplyr::select(primary_id, ccode, league_name = name, match_id)
})
# }
Run the code above in your browser using DataLab