Learn R Programming

chessR (version 1.5.2)

chessdotcom_leaderboard: Get Top 50 on chess.com Leaderboards

Description

This function takes in one parameter, the game_type, and returns a data frame of the top 50 players on chess.com.

Usage

chessdotcom_leaderboard(game_type = "daily")

Value

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

Arguments

game_type

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

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

Run this code
if (FALSE) {
chessdotcom_leaderboard(game_type = "daily")
}

Run the code above in your browser using DataLab