Learn R Programming

pins (version 0.1.1)

pin_remove: Remove Pin

Description

Unpins the given named pin from the given board.

Usage

pin_remove(name, board)

Arguments

name

The name for the pin.

board

The board from where this pin will be removed.

Details

Notice that some boards do not support deleting pins, this is the case for the Kaggle board. For these boards, you would manually have to remote resources using the tools the board provides.

Examples

Run this code
# NOT RUN {
library(pins)
pin(mtcars)

# remove mtcars pin
pin_remove(mtcars, board = "temp")
# }

Run the code above in your browser using DataLab