pin_find | R Documentation |
pin_find(
text = NULL,
board = NULL,
name = NULL,
extended = FALSE,
metadata = FALSE,
...
)
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. |
Search for pins in legacy boards.
pin_find("cars")
# ->
board <- board_local()
board %>% pin_search("cars")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.