mirror of
				https://github.com/bspeice/betterwithdata_cleaning_4
				synced 2025-11-03 18:00:58 -05:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
Conflicts: shiny-app/ui.R
This commit is contained in:
		@ -10,18 +10,16 @@ shinyUI(fluidPage(
 | 
			
		||||
  sidebarLayout(
 | 
			
		||||
    sidebarPanel(
 | 
			
		||||
      checkboxGroupInput('show_vars', 'Columns in dataset to show:',
 | 
			
		||||
                         names(emergency2013), selected = null)
 | 
			
		||||
    ),
 | 
			
		||||
    
 | 
			
		||||
    # Show a summary table of the selected variables
 | 
			
		||||
    
 | 
			
		||||
                         names(emergency2013), selected = NULL)
 | 
			
		||||
    )
 | 
			
		||||
  ),
 | 
			
		||||
    
 | 
			
		||||
  # Show a summary table of the selected variables
 | 
			
		||||
    mainPanel(
 | 
			
		||||
      tabsetPanel(
 | 
			
		||||
        id = 'dataset',
 | 
			
		||||
        tabPanel('emergency2013', dataTableOutput('mytable1')),
 | 
			
		||||
        tabPanel('scatterplot', plotOutput('distPlot'))
 | 
			
		||||
      )
 | 
			
		||||
        tabPanel('emergency2013', plotOutput('myplot')))
 | 
			
		||||
    )
 | 
			
		||||
  )
 | 
			
		||||
))
 | 
			
		||||
)
 | 
			
		||||
		Reference in New Issue
	
	Block a user