analogsea (version 0.8.0)

action: 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 (do_*)

Examples

Run this code
# NOT RUN {
d <- droplet_create()
droplet_actions(d)[[1]]$id %>% action()
# }

Run the code above in your browser using DataLab