# NOT RUN {
## Get Mohamed Elshorbagy's most recent match data
# }
# NOT RUN {
get_player_recent_matches(player = "Mohamed Elshorbagy", category = "mens")
# }
# NOT RUN {
## Get Nour El Tayeb's recent match data
# }
# NOT RUN {
get_player_recent_matches("El Tayeb", category = "womens")
# }
# NOT RUN {
## Get recent match data from the top two players in both Men's and Women's competitions
# }
# NOT RUN {
get_player_recent_matches(rank = 1:2, category = "both")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab