convert_to_lan | R Documentation |
Internal helper function for get_moves()
. This is a wrapper around
bigchess::san2lan()
to deal with empty movetext. When movetext == ”, it
returns ' ', which in get_moves()
gets passed to strsplit()
that will
convert it to ”.
convert_to_lan(movetext)
movetext |
A character vector of movetext in SAN format. |
A character vector of movetext in LAN format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.