powered by
get_game_data returns a dataframe of game data for either a single user or a list of usernames
get_game_data
get_game_data(usernames)
a dataframe of chess.com data plus additional analysis columns
A character vector of player usernames from chess.com
This function will take in a list of player usernames and return a dataframe of game metadata
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