Get droplet's IP address
droplet_ip(droplet)
droplet
: A droplet, or something that can be coerced to a droplet by as.droplet
.## Not run: # Obtain the droplet's IP as a string my_droplet <- droplet_create("demo", region = "sfo3") droplet_ip(my_droplet) ## End(Not run)