pin_browse()
navigates you to the home of a pin, either on the
internet or on your local file system.
Arguments
- board
A pin board, created by
board_folder()
,board_connect()
,board_url()
or anotherboard_
function.- name
Pin name.
- version
Retrieve a specific version of a pin. Use
pin_versions()
to find out which versions are available and when they were created.- local
If
TRUE
, will open the local copy of the pin; otherwise will show you the home of the pin on the internet.
Examples
board <- board_temp(versioned = TRUE)
board %>% pin_write(1:10, "x")
#> Guessing `type = 'rds'`
#> Creating new version '20241007T174652Z-76a69'
#> Writing to pin 'x'
board %>% pin_write(1:11, "x")
#> Guessing `type = 'rds'`
#> Creating new version '20241007T174652Z-8bb6c'
#> Writing to pin 'x'
board %>% pin_write(1:12, "x")
#> Guessing `type = 'rds'`
#> Creating new version '20241007T174652Z-8e80a'
#> Writing to pin 'x'
board %>% pin_browse("x", local = TRUE)
#> ℹ Pin at </tmp/RtmphSQBxo/pins-170c156aa2eb/x/20241007T174652Z-8e80a>