R/stop.R

Defines functions stop_all

Documented in stop_all

#' Stop
#' 
#' Stop all servers.
#' 
#' @export
stop_all <- function(){
  httpuv::stopAllServers()
}
JohnCoene/ambiorix documentation built on Jan. 17, 2025, 11:11 p.m.