droplet_wait {analogsea}R Documentation

Wait for a droplet to be ready.

Description

Wait for a droplet to be ready.

Usage

droplet_wait(droplet)

Arguments

droplet

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

Examples

## Not run: 
droplet_create() %>% droplet_wait()

## End(Not run)

[Package analogsea version 1.0.7.2 Index]