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, ... )
path | The path to store. |
---|---|
... | Additional parameteres. |
board | The board to extended, retrieved with |
name | The name of the pin. |
pin_metadata | A list of pin metadata describing the pin. Must contain
|
retrieve | Should the pin be retrieved after being created? Defaults to |
custom_metadata | Deprecated. Please use |
description | The text patteren to find a pin. |
type | The type of pin being stored. |
metadat | Additional user supplied metadata. |