runShiny | R Documentation |
Launches Shiny app for ContDataSumViz package.
runShiny(shinyappname = "ContDataSumViz_EMVL")
shinyappname |
Shiny appplication name, default = ContDataSumViz_EMVL |
The Shiny app based on the R package ContDataSumViz is included in the R package. This function launches that app.
The Shiny app is online at: https://tetratech-wtr-wne.shinyapps.io/ContDataSumViz
## Not run:
# Run Function (full EMVL version, default)
runShiny()
# Shiny, EMVL slim server version
runShiny("ContDataSumViz_EMVL_slim")
# Shiny, test
runShiny("ContDataSumViz_test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.