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/server.R
This commit is contained in:
		@ -21,5 +21,8 @@ shinyServer(function(input, output) {
 | 
			
		||||
    library(ggplot2)
 | 
			
		||||
    library(corrplot)
 | 
			
		||||
    pairs(emergency2013[, input$show_vars, drop = FALSE])
 | 
			
		||||
 | 
			
		||||
    emergency2013[, input$show_vars, drop = FALSE]
 | 
			
		||||
 | 
			
		||||
  })
 | 
			
		||||
})
 | 
			
		||||
@ -16,7 +16,8 @@ shinyUI(fluidPage(
 | 
			
		||||
        id = 'dataset',
 | 
			
		||||
        tabPanel('emergency2013', dataTableOutput('mytable1')),
 | 
			
		||||
        tabPanel('emergency2013', dataTableOutput('mytable2')),
 | 
			
		||||
        tabPanel('emergency2013', plotOutput('myplot'))))
 | 
			
		||||
        tabPanel('emergency2013', plotOutput('myplot')))
 | 
			
		||||
    )
 | 
			
		||||
  )
 | 
			
		||||
)
 | 
			
		||||
)
 | 
			
		||||
		Reference in New Issue
	
	Block a user