pin_delete | R Documentation |
Delete a pin (or pins), removing it from the board
pin_delete(board, names, ...)
board |
A pin board, created by |
names |
The names of one or more pins to delete |
... |
Additional arguments passed on to methods for a specific board. |
board <- board_temp() board %>% pin_write(1:5, "x") board %>% pin_write(mtcars) board %>% pin_write(runif(1e6), "y") board %>% pin_list() board %>% pin_delete(c("x", "y")) board %>% pin_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.