Description Usage Arguments Value Examples
Create the server-side component of the dccvalidator Shiny app.
1 | app_server(input, output, session)
|
input |
Shiny input |
output |
Shiny output |
session |
Shiny session |
none
1 2 3 4 | ## Not run:
shinyApp(ui = app_ui, server = app_server)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.