pin_load {pins} | R Documentation |
Custom Pins
Description
Family of functions meant to be used to implement custom pin extensions, not to be used by users.
Usage
pin_load(path, ...)
board_pin_store(
board,
path,
name,
pin_metadata,
extract = TRUE,
retrieve = TRUE,
zip = FALSE,
cache = TRUE,
metadata = NULL,
custom_metadata = NULL,
...
)
Arguments
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 |
metadata |
Additional user supplied metadata. |
custom_metadata |
Deprecated. Please use |
[Package pins version 1.4.0 Index]