droplet_ip {analogsea}R Documentation

Get droplet's IP address

Description

Get droplet's IP address

Usage

droplet_ip(droplet)

Arguments

droplet

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

Examples

## Not run: 
# Obtain the droplet's IP as a string
my_droplet <- droplet_create("demo", region = "sfo3")
droplet_ip(my_droplet)

## End(Not run)

[Package analogsea version 1.0.7.2 Index]