powered by
This function returns a data frame of Lichess data with clock and move times
lichess_clock_move_time(games_list)
a data frame of lichess data with move time, clock time, and move numbers
A data frame of lichess data which can be generated from chessR::get_raw_lichess("username")
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