Description Usage Value Examples
Creates a shiny UI object for the test_viz shiny app
1  | 
shiny ui object
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.