lan2san {bigchess} | R Documentation |
Movetext conversion from LAN to SAN
Description
Convert LAN movetext (long algebraic notation used by chess engines) to SAN movetext (standard algebraic notation required by FIDE)
Usage
lan2san(movetext.lan)
Arguments
movetext.lan |
movetext string in long algebraic notation (LAN), but without comments, variants etc. |
Value
movetext in standard algebraic notation
Examples
lan2san("e2e4 c7c5")
[Package bigchess version 1.9.1 Index]