droplet_actions: Retrieve a droplet action or list all actions associatd with...

View source: R/droplet-actions.R

droplet_actionsR Documentation

Retrieve a droplet action or list all actions associatd with a droplet.

Description

Retrieve a droplet action or list all actions associatd with a droplet.

Usage

droplet_actions(droplet, actionid = NULL, ...)

Arguments

droplet

A droplet, or something that can be coerced to a droplet by as.droplet.

actionid

(integer) Optional. An action id.

...

Additional options passed down to low-level API method.

Examples

## Not run: 
droplet_actions(2428384)
droplet_actions(2428384, actionid=31223385)

## End(Not run)

analogsea documentation built on April 20, 2023, 1:34 a.m.