Examples
pin_find("cars")
#> name
#> mtcars mtcars
#> mtcars1 mtcars
#> 2 mtcars
#> description
#> mtcars
#> mtcars1
#> 2 The data was extracted from the 1974 Motor Trend US magazine, and comprises fuel consumption and 10 aspects of automobile design and performance for 32 automobiles (1973–74 models).
#> type board
#> mtcars table local
#> mtcars1 table myboard
#> 2 table txtexample
# ->
board <- board_local()
board %>% pin_search("cars")
#> # A tibble: 1 × 6
#> name type title created file_size meta
#> <chr> <chr> <chr> <dttm> <fs::byt> <list>
#> 1 mtcars rds mtcars: a pinned … 2024-10-07 17:46:51 1.19K <pins_met>