Description Usage Arguments Value Examples
Stops the server associated with a Beakr
instance,
closing all open connections and unbinding the port.
1 | stopServer(beakr = NULL, verbose = FALSE)
|
beakr |
|
verbose |
Logical specifying whether to print out details of the
|
None
1 2 3 4 5 6 7 8 9 10 11 12 | library(beakr)
beakr <- newBeakr()
# beakr pipeline
beakr %>%
handleErrors() %>%
listen(daemon = TRUE, verbose = TRUE)
stopServer(beakr, verbose = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.