View source: R/droplet-actions.R
droplet_ip | R Documentation |
Get droplet's IP address
droplet_ip(droplet)
droplet |
A droplet, or something that can be coerced to a droplet by
|
## Not run:
# Obtain the droplet's IP as a string
my_droplet <- droplet_create("demo", region = "sfo3")
droplet_ip(my_droplet)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.