Description Usage Arguments Examples
Functions to create Unicode draughts pieces and export them to HTML
1 2 3 4 5 | draughts_unicode(color = c("white", "black"), status = c("man",
"king"))
draughts_html(color = c("white", "black"), status = c("man", "king"),
size = 172)
|
color |
A color to be used. Black or white |
status |
A status of the checker. Use |
size |
the font-size to use |
1 2 3 | span(draughts_html("white", "man"), draughts_html("white", "king"),
draughts_html("black", "man"), draughts_html("black", "king")) %>%
browsable()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.