Learn R Programming

chessR (version 1.5.2)

get_game_data: Extract Chess Game Data

Description

get_game_data returns a dataframe of game data for either a single user or a list of usernames

Usage

get_game_data(usernames)

Value

a dataframe of chess.com data plus additional analysis columns

Arguments

usernames

A character vector of player usernames from chess.com

Details

This function will take in a list of player usernames and return a dataframe of game metadata

Examples

Run this code
if (FALSE) {
chess_analysis_single <- get_game_data(usernames = "JaseZiv")
chess_analysis_multiple <- get_game_data(usernames = c("JaseZiv", "Smudgy1"))
}

Run the code above in your browser using DataLab