# NOT RUN {
## Get tidy matchup data for Mohamed Elshorbagy vs Ali Farag
# }
# NOT RUN {
get_matchup(player_1 = "Mohamed Elshorbagy",
player_2 = "Ali Farag",
category = "mens",
tidy = TRUE)
# }
# NOT RUN {
## Get non-tidy matchup data for Nouran Gohar vs Nour El Sherbini
# }
# NOT RUN {
get_matchup("Nouran Gohar", "Nour El Sherbini", category = "womens", tidy = FALSE)
# }
# NOT RUN {
## Get tidy match spread data for Paul Coll and Ali Farag
# }
# NOT RUN {
get_matchup("Paul Coll", "Ali Farag", category = "mens", tidy = TRUE, match_spread = TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab