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

lichess_clock_move_time(games_list)

Arguments

games_list

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

Value

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

Examples

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