Family of functions meant to be used to implement custom pin extensions, not to be used by users.
pin_load(path, ...)board_pin_store(
board,
path,
name,
pin_metadata,
extract = TRUE,
retrieve = TRUE,
zip = FALSE,
cache = TRUE,
metadata = NULL,
custom_metadata = NULL,
...
)
The path to store.
Additional parameteres.
The board to extended, retrieved with board_get()
.
The name of the pin.
A list of pin metadata describing the pin. Must contain
type
and description
.
Should the pin be retrieved after being created? Defaults to TRUE
.
Additional user supplied metadata.
Deprecated. Please use metadata
instead.