droplet_ip: Get droplet's IP address

View source: R/droplet-actions.R

droplet_ipR 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)

analogsea documentation built on April 20, 2023, 1:34 a.m.