mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2024-12-04 13:18:10 -05:00
Merge remote-tracking branch 'origin/master'
Conflicts: shiny-app/ui.R
This commit is contained in:
commit
e3bb943990
@ -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')))
|
||||
)
|
||||
)
|
||||
))
|
||||
)
|
Loading…
Reference in New Issue
Block a user