Wait for a droplet to be ready.

droplet_wait(droplet)

Arguments

droplet

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

Examples

if (FALSE) {
droplet_create() %>% droplet_wait()
}