Description Usage Arguments Value Examples
Creates a shiny server object for the test_viz shiny app
1  | test_viz_server(input, output)
 | 
input | 
 shiny input  | 
output | 
 shiny output  | 
shiny server function
1 2 3 4 5 6 7 8 9 10  | ## Not run: 
library(shiny)
shinyApp(ui = test_viz_ui(),
        server = function(input, output) {
          test_viz_server(input, output)
        }
)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.