new_board | R Documentation |
Create a new board
new_board(board, api, cache, ...)
new_board_v0(board, name, cache = NULL, versions = FALSE, ...)
new_board_v1(board, cache, versioned = FALSE, ...)
board |
The name of the board to register. |
cache |
Cache path. Every board requires a local cache to avoid downloading files multiple times. The default stores in a standard cache location for your operating system, but you can override if needed. |
... |
Additional parameters required to initialize a particular board. |
name |
An optional name used identify the board. This is no longer generally needed since you should be passing around an explicit board object. |
versions |
Should this board be registered with support for versions? |
versioned |
Should this board be registered with support for versions? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.