droplets function

List all available droplets.

List all available droplets.

droplets(..., page = 1, per_page = 25, tag = NULL)

Arguments

  • ...: Additional arguments passed down to low-level API function (do_*)
  • page: Page to return. Default: 1.
  • per_page: Number of results per page. Default: 25.
  • tag: (character) Name of a tag. optional

Examples

## Not run: droplets() droplets(per_page = 2) droplets(per_page = 2, page = 2) # list droplets by tag tag_create(name = "stuffthings") d <- droplet_create() tag_resource(name = "stuffthings", resource_id = d$id, resource_type = "droplet") droplets(tag = "stuffthings") ## End(Not run)
  • Maintainer: Mauricio Vargas
  • License: Apache License (>= 2)
  • Last published: 2023-04-19