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, ...)
The name of the board to register.
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.
An optional name used identify the board. This is no longer generally needed since you should be passing around an explicit board object.
Should this board be registered with support for versions?
Should this board be registered with support for versions?