Description Usage Arguments Author(s) Examples
Run the scatterplot example form the shinyRGL package.
1 2 3 | runScatterplotExample(port = 8100L,
launch.browser = getOption("shiny.launch.browser", interactive()),
workerId = "")
|
port |
The TCP port that the application should listen on. Defaults to port 8100. |
launch.browser |
If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. |
workerId: |
Can generally be ignored. Exists to help some editions of Shiny Serv |
Michael J. Kane kaneplusplus@gmail.com
1 2 3 4 | ## Not run:
runScatterplotExample()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.