# NOT RUN {
library(pins)
# create temp board
board_register_local("temp", cache = tempfile())
# configure default board
options(pins.board = "temp")
# retrieve default board
board_default()
# revert default board
options(pins.board = NULL)
# }
Run the code above in your browser using DataLab