readfen {chess2plyrs} | R Documentation |
readfen
Description
read fen (Forsyth–Edwards Notation) notation
Usage
readfen(fenstring)
Arguments
fenstring |
fen string (pieces and turn) |
Value
board and turn
Examples
readfen("r3kb1r/pp1nqppp/4bp2/2p5/3P4/1B3N2/PPP1QPPP/R1B1K2R w")
[Package chess2plyrs version 0.3.0 Index]