parse_move {chess} | R Documentation |
Parse move in context
Description
Parse move in context
Usage
parse_move(game, moves, notation = c("san", "uci", "xboard"))
Arguments
game |
A game node |
moves |
A move string |
notation |
Notation used for |
Value
A move object
[Package chess version 1.0.1 Index]