action {analogsea} | R Documentation |
Retrieve an existing action by action id
Description
Retrieve an existing action by action id
Usage
action(actionid, ...)
Arguments
actionid |
(integer) Optional. An action id. |
... |
Additional arguments passed down to low-level API function
( |
Examples
## Not run:
d <- droplet_create()
droplet_actions(d)[[1]]$id %>% action()
## End(Not run)
[Package analogsea version 1.0.7.2 Index]