pin_browse {pins} | R Documentation |
Browse source of a pin
Description
pin_browse()
navigates you to the home of a pin, either on the
internet or on your local file system.
Usage
pin_browse(board, name, version = NULL, local = FALSE)
Arguments
board |
A pin board, created by |
name |
Pin name. |
version |
Retrieve a specific version of a pin. Use |
local |
If |
Examples
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)
[Package pins version 1.3.0 Index]