R/stop.R

Defines functions stop_all

Documented in stop_all

#' Stop
#' 
#' Stop all servers.
#' 
#' @return `NULL` (invisibly)
#' @examples
#' if (interactive()) {
#'   stop_all()
#' }
#' @export
stop_all <- function(){
  httpuv::stopAllServers()
}

Try the ambiorix package in your browser

Any scripts or data that you put into this service are public.

ambiorix documentation built on April 3, 2025, 9:34 p.m.