View source: R/droplet-actions.R
droplet_actions | R Documentation |
Retrieve a droplet action or list all actions associatd with a droplet.
droplet_actions(droplet, actionid = NULL, ...)
droplet |
A droplet, or something that can be coerced to a droplet by
|
actionid |
(integer) Optional. An action id. |
... |
Additional options passed down to low-level API method. |
## Not run:
droplet_actions(2428384)
droplet_actions(2428384, actionid=31223385)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.