Learn R Programming

pins (version 0.1.1)

board_default: Default Board

Description

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

Usage

board_default()

Arguments

Examples

Run this code
# NOT RUN {
# configure default board
options(pind.board = "temp")

# retrieve default board
board_default()

# }

Run the code above in your browser using DataLab