print.chess.pgn.GameNode {chess} | R Documentation |
Print game node
## S3 method for class 'chess.pgn.GameNode'
print(x, unicode = FALSE, invert_color = FALSE, empty_square = ".", ...)
x |
A game node |
unicode |
Use unicode characters? |
invert_color |
Invert piece color? Useful for white text on dark background. |
empty_square |
Character used for empty square |
... |
Not used |