Shuts down the static server started by serve_html(). Served URLs stop
working; the next serve_html() call starts a fresh server.
serve_html_stop(quiet = FALSE)TRUE if a server was stopped, FALSE otherwise, invisibly.
Other data-viewers:
serve_html(),
serve_map(),
serve_plots(),
serve_plots_url(),
tad_view(),
view_excel(),
view_in(),
view_qgis(),
view_vd(),
view_vd_nonint()
# \donttest{
if (interactive()) {
serve_html_stop()
}
# }