
Stops the server associated with a Beakr
instance,
closing all open connections and unbinding the port.
stopServer(beakr = NULL, verbose = FALSE)
Beakr
instance.
Logical specifying whether to print out details of the
Beakr
instance just stopped.
None
# NOT RUN {
library(beakr)
beakr <- newBeakr()
# beakr pipeline
beakr %>%
handleErrors() %>%
listen(daemon = TRUE, verbose = TRUE)
stopServer(beakr, verbose = TRUE)
# }
Run the code above in your browser using DataLab