pin_find: Search for pins (legacy API)

View source: R/pin_find.R

pin_findR Documentation

Search for pins (legacy API)

Description

Search for pins in legacy boards.

Usage

pin_find(
  text = NULL,
  board = NULL,
  name = NULL,
  extended = FALSE,
  metadata = FALSE,
  ...
)

Arguments

text

The text to find in the pin description or name.

board

The board name used to find the pin.

name

The exact name of the pin to match when searching.

extended

Should additional board-specific columns be shown?

metadata

Include pin metadata in results?

...

Additional parameters.

Examples

pin_find("cars")
# ->
board <- board_local()
board %>% pin_search("cars")

pins documentation built on Nov. 10, 2023, 1:06 a.m.