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")

Arguments

game_type

A valid chess.com game type to return the leaderboard for

Value

a dataframe of the chess.com top 50 players based on game_type selected

Details

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"

Examples

if (FALSE) {
chessdotcom_leaderboard(game_type = "daily")
}