View source: R/position_move.R
position_move | R Documentation |
position_move(moves, pos = "start")
moves |
vector length n, each element with uci(lan) notation, no whitespaces* |
pos |
by default the starting position, otherwise named list of length 90. |
The notation system used in this position function is the one described by the Universal Chinese Chess Protocol UCCI, that which most xiangqi engines use as the internal structure.
position <- moves[1:49] %>% translate_notation("san") %>% clean_moves() %>% position_move()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.