pin_remove | R Documentation |
pin_remove(name, board = NULL)
name |
The name for the pin. |
board |
The board from where this pin will be removed. |
Deletes pins from a legacy board.
# old API
board_register_local(cache = tempfile())
pin(mtcars)
pin_remove("mtcars")
# new API
board <- board_local()
board %>% pin_write(mtcars)
board %>% pin_delete("mtcars")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.