Learn R Programming

svHttp (version 1.0.4)

stop_http_server: Stop the SciViews and R HTTP server and eliminate all tracks

Description

Stop the SciViews and R HTTP server and eliminate all tracks

Usage

stop_http_server(remove.clients = FALSE)

stopHttpSever(remove.clients = FALSE)

Arguments

remove.clients

do we remove also persistent data for the clients, FALSE by default.

Value

A number with the port of the HTTP server.

See Also

start_http_server() for a complete example.