Description Usage Arguments Details Value Examples
Runs another demo app, that doesn't use run button (heavy calculations start on-demand, without additional user action)
1 | demo_noButton(host = "0.0.0.0", port = 3838L, launch.browser = FALSE)
|
host |
host IP |
port |
app port |
launch.browser |
logical, should launch the browser? |
Demo files location: system.file("demoapp2", package = "FutureManager")
No return value, called for side effects.
1 2 3 | if(interactive()) {
demo_noButton(launch.browser = TRUE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.