R/lichess_clock_move_time.R
lichess_clock_move_time.Rd
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 which can be generated from chessR::get_raw_lichess("username")
a data frame of lichess data with move time, clock time, and move numbers
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)
}