Learn R Programming

chessR (version 1.5.2)

get_raw_chessdotcom: Get Raw chess.com Game Data

Description

This function returns the raw json data for a player's or list of players' chess.com data as a data frame, for all or select months played

Usage

get_raw_chessdotcom(usernames, year_month = NA_integer_)

Value

a dataframe of chessdotcom data

Arguments

usernames

A vector of a valid username or usernames from chess.com

year_month

An integer of YYYYMM

Examples

Run this code
if (FALSE) {
get_raw_chessdotcom(usernames = "JaseZiv")
get_raw_chessdotcom(usernames = "JaseZiv", year_month = c(202112:202201))
get_raw_chessdotcom(usernames = c("JaseZiv", "Smudgy1"), year_month = 202201)
}

Run the code above in your browser using DataLab