Learn R Programming

buoyant (version 0.1.0)

do_ip: Get the URL to a deployed application

Description

Returns the URL to access a deployed application or the droplet's IP address.

Usage

do_ip(droplet, path)

Value

A character string with the URL or IP address.

Arguments

droplet

The droplet on which to act.

path

Optional path to append to the IP address. If not provided, just returns the IP address.