Learn R Programming

pins (version 0.4.5)

board_default: Default Board

Description

Retrieves the default board, which defaults to "local" but can also be configured with the pins.board option.

Usage

board_default()

Arguments

Examples

Run this code
# 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