# \donttest{
try({
df <- load_match_comp_results(
comp_name = "Coppa Italia"
)
# for multiple competitions:
cups <- c("FIFA Women's World Cup",
"FIFA World Cup")
df <- load_match_comp_results(
comp_name = cups
)
})
# }
Run the code above in your browser using DataLab