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)

Arguments

quiet

If TRUE, do not message the outcome.

Value

TRUE if a server was stopped, FALSE otherwise, invisibly.

Examples

# \donttest{
if (interactive()) {
  serve_html_stop()
}
# }