Skip to contents

Stops a Quack server started with quack_serve().

Usage

quack_stop(uri = "quack:localhost")

Arguments

uri

Address the server is listening on (default "quack:localhost").

Value

TRUE, invisibly.

Examples

if (FALSE) { # \dontrun{
quack_stop()
} # }