View source: R/board-attribs.R
board_entries | R Documentation |
Get the board entries (configuration of the lights)
board_entries(board)
board |
A |
A matrix representing the current state of the lights (0 for off, 1 for on) in the board
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.