diff --git a/shiny-app/ui.R b/shiny-app/ui.R index 36df7ff..3a77a3f 100644 --- a/shiny-app/ui.R +++ b/shiny-app/ui.R @@ -10,7 +10,7 @@ shinyUI(fluidPage( sidebarLayout( sidebarPanel( checkboxGroupInput('show_vars', 'Columns in dataset to show:', - names(emergency2013), selected = names(emergency2013)) + names(emergency2013), selected = NULL) ), # Show a summary table of the selected variables