get_raw_chessdotcom: Get Raw chess.com Game Data

get_raw_chessdotcomR Documentation

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

Arguments

usernames

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

year_month

An integer of YYYYMM

Value

a dataframe of chessdotcom data

Examples

## Not run: 
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)

## End(Not run)

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