powered by
Unpins the given named pin from the given board.
pin_remove(name, board)
The name for the pin.
The board from where this pin will be removed.
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.
# NOT RUN { library(pins) pin(mtcars) # remove mtcars pin pin_remove(mtcars, board = "temp") # }
Run the code above in your browser using DataLab