powered by
Deregisters a board, useful to disable boards no longer in use.
board_deregister(name, ...)
An optional name to identify this board, defaults to the board name.
Additional parameters required to deregister a particular board.
# NOT RUN { # create a new local board board_register("local", "other_board") # pin iris to new board pin(iris, board = "other_board") # deregister new board board_deregister("other_board") # }
Run the code above in your browser using DataLab