Rebuilds the remote-reachable URL of the httpgd device started by serve_plots(), for when the URL scrolled out of the terminal.

serve_plots_url(host = NULL, quiet = FALSE)

Arguments

host

Hostname to advertise in the URL. If NULL, resolved from configuration and from the Tailscale node name (see Details).

quiet

If TRUE, do not message the URL.

Value

The plot URL, invisibly, as a character scalar.

Examples

# \donttest{
if (interactive()) {
  serve_plots()
  serve_plots_url()
}
# }