analogsea (version 1.0.7.2)

droplet_wait: 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

Run this code
if (FALSE) {
droplet_create() %>% droplet_wait()
}

Run the code above in your browser using DataLab