pin_browse | R Documentation |
pin_browse()
navigates you to the home of a pin, either on the
internet or on your local file system.
pin_browse(board, name, version = NULL, local = FALSE)
board |
A pin board, created by |
name |
Pin name. |
version |
Retrieve a specific version of a pin. Use |
local |
If |
board <- board_temp(versioned = TRUE)
board %>% pin_write(1:10, "x")
board %>% pin_write(1:11, "x")
board %>% pin_write(1:12, "x")
board %>% pin_browse("x", local = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.