powered by
pin_browse() navigates you to the home of a pin, either on the internet or on your local file system.
pin_browse()
pin_browse(board, name, version = NULL, local = FALSE)
A pin board, created by board_folder(), board_connect(), board_url() or another board_ function.
board_folder()
board_connect()
board_url()
board_
Pin name.
Retrieve a specific version of a pin. Use pin_versions() to find out which versions are available and when they were created.
pin_versions()
If TRUE, will open the local copy of the pin; otherwise will show you the home of the pin on the internet.
TRUE
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)
Run the code above in your browser using DataLab