Description Usage Arguments Value Examples
This app is composed of an HTTP response containing a an HTML page with a range slider and a client websocket connection. The app has also a server websocket handler. At the end of the day, don't forget to stop the app!
1 | httpuv_app(delay = NULL)
|
delay |
To simulate computationally intense task. |
An httpuv powered app
1 2 3 4 5 | if (interactive()) {
library(OSUICode)
my_app <- httpuv_app()
my_app$stop()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.