Learn R Programming

pins (version 0.1.0)

board_connect: Connect to Board

Description

Connects to a board to activate RStudio's connection pane, when available.

Usage

board_connect(name, ...)

Arguments

name

The name of the board to activate.

...

Additional parameters required to initialize a particular board.

Examples

Run this code
# NOT RUN {
# define the storage location for all boards
options(pins.path = tempdir())

# }

Run the code above in your browser using DataLab