# NOT RUN {
## Get the top 10 ranked men's singles players
get_rankings(top = 10, category = "mens")
## Get the top 10 ranked women's singles players
# }
# NOT RUN {
get_rankings(top = 20, category = "womens")
# }
# NOT RUN {
## Get the top 20 players in both men's and women's singles competitions
# }
# NOT RUN {
get_rankings(top = 20, category = "both")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab