# NOT RUN {
## Return the top 5 ranked players from the Women's PSA rankings
# }
# NOT RUN {
get_players(top = 5, category = "womens")
# }
# NOT RUN {
## Return the 5th ranked player from both Men's and Women's PSA rankings
# }
# NOT RUN {
get_players(rank = 5, category = "both")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab