get_game_data: Extract Chess Game Data

View source: R/get_game_data.R

get_game_dataR Documentation

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)

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

Value

a dataframe of chess.com data plus additional analysis columns

Examples

## Not run: 
chess_analysis_single <- get_game_data(usernames = "JaseZiv")
chess_analysis_multiple <- get_game_data(usernames = c("JaseZiv", "Smudgy1"))

## End(Not run)

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