lichess_clock_move_time: Get Time Information from Lichess Game Data

View source: R/lichess_clock_move_time.R

lichess_clock_move_timeR Documentation

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)

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

## Not run: 
lordy_leroy_data <- get_raw_lichess(player_names = "LordyLeroy")
lordy_leroy_data_with_times <- lichess_clock_move_time(games_list = lordy_leroy_data)

## End(Not run)

chessR documentation built on Oct. 5, 2022, 1:07 a.m.