print.chess.pgn.Variations {chess}R Documentation

Print a list of variations

Description

Print a list of variations

Usage

## S3 method for class 'chess.pgn.Variations'
print(x, unicode = FALSE, invert_color = FALSE, empty_square = ".", ...)

Arguments

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


[Package chess version 1.0.1 Index]