This function takes in one parameter, the game_type, and returns a data frame of the top 50 players on chess.com.
chessdotcom_leaderboard(game_type = "daily")
A valid chess.com game type to return the leaderboard for
a dataframe of the chess.com top 50 players based on game_type selected
The leaderboard options (games) include:
"daily", "daily960", "live_rapid", "live_blitz", "live_bullet", "live_bughouse", "live_blitz960", "live_threecheck" , "live_crazyhouse", "live_kingofthehill", "lessons", "tactics"
if (FALSE) {
chessdotcom_leaderboard(game_type = "daily")
}