Learn R Programming

chessR (version 1.5.2)

lichess_clock_move_time: Get Time Information from Lichess Game Data

Description

This function returns a data frame of Lichess data with clock and move times

Usage

lichess_clock_move_time(games_list)

Value

a data frame of lichess data with move time, clock time, and move numbers

Arguments

games_list

A data frame of lichess data which can be generated from chessR::get_raw_lichess("username")

Examples

Run this code
if (FALSE) {
lordy_leroy_data <- get_raw_lichess(player_names = "LordyLeroy")
lordy_leroy_data_with_times <- lichess_clock_move_time(games_list = lordy_leroy_data)
}

Run the code above in your browser using DataLab