slStop | R Documentation |
Stops a ShinyLight GUI
slStop(server = NULL)
server |
The server (returned by |
No return value
server <- slServer(
port = 50051, # leave this out if you don't care about the port number
interface = list(
multiply = function(x, y) { x * y }
)
)
# ...
slStop(server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.