Description Usage Arguments Value Examples
View source: R/board-attribs.R
Get the board entries (configuration of the lights)
1 | board_entries(board)
|
board |
A |
A matrix representing the current state of the lights (0 for off, 1 for on) in the board
1 2 3 | board <- random_board(5)
board
board_entries(board)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.