R/shiny_test.R
test_viz_ui.Rd
Creates a shiny UI object for the test_viz shiny app
test_viz_ui()
shiny ui object
# NOT RUN { library(shiny) shinyApp(ui = test_viz_ui(), server = function(input, output) { test_viz_server(input, output) } ) # }