Family of functions meant to be used to implement custom pin extensions, not to be used by users.
pin_preview(x, board = NULL, ...)pin_load(path, ...)
pin_fetch(path, ...)
board_pin_store(
board,
path,
name,
description,
type,
metadata,
extract = TRUE,
retrieve = TRUE,
...
)
The board to extended, retrieved with board_get()
.
Additional parameteres.
The path to store.
The name of the pin.
The text patteren to find a pin.
The type of pin being stored.
A list containing additional metadata describing the pin.
Should the pin be retrieved after being created? Defaults to TRUE
.