extract_moves: Extract moves from a game as a data.frame

View source: R/moves.R

extract_movesR Documentation

Extract moves from a game as a data.frame

Description

Extract moves from a game as a data.frame

Usage

extract_moves(moves_string)

Arguments

moves_string

string containing moves built by 'chessR' (e.g. from https://www.chess.com/) or the filename of a PGN file

Value

cleaned moves as a data.frame


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