Learn R Programming

chessR (version 1.5.2)

get_raw_lichess: Get Raw Lichess Game Data

Description

This function returns the raw json data for a player's or list of players' Lichess data as a data frame

Usage

get_raw_lichess(player_names)

Value

a dataframe of lichess data

Arguments

player_names

A vector of a valid username or usernames from Lichess

Examples

Run this code
if (FALSE) {
georges_data <- get_raw_lichess(player_names = "Georges")
}

Run the code above in your browser using DataLab