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)The plot URL, invisibly, as a character scalar.
Other data-viewers:
serve_html(),
serve_html_stop(),
serve_map(),
serve_plots(),
tad_view(),
view_excel(),
view_in(),
view_qgis(),
view_vd(),
view_vd_nonint()
# \donttest{
if (interactive()) {
serve_plots()
serve_plots_url()
}
# }