pin_load | R Documentation |
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 |
metadata |
Additional user supplied metadata. |
custom_metadata |
Deprecated. Please use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.