# NOT RUN {
##Pull Competitions From the API
comps <- competitions(username, password)
##Filter for the competitions you want
EuropeComps <- comps
# }
# NOT RUN {
<!-- %>% filter(country_name == "Europe") -->
# }
# NOT RUN {
##Create a matrix of the competition and season ids
competitionmatrix <- as.matrix(EuropeComps[,1:2])
##Pull all of the matches.
Matches <- MultiCompMatches(username, password, competitionmatrix)
# }
Run the code above in your browser using DataLab