chessdotcom_leaderboard: Get Top 50 on chess.com Leaderboards

View source: R/leaderboards.R

chessdotcom_leaderboardR Documentation

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

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"

Value

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

Examples

## Not run: 
chessdotcom_leaderboard(game_type = "daily")

## End(Not run)

chessR documentation built on Oct. 5, 2022, 1:07 a.m.