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(
|
sidebarLayout(
|
||||||
sidebarPanel(
|
sidebarPanel(
|
||||||
checkboxGroupInput('show_vars', 'Columns in dataset to show:',
|
checkboxGroupInput('show_vars', 'Columns in dataset to show:',
|
||||||
names(emergency2013), selected = null)
|
names(emergency2013), selected = NULL)
|
||||||
),
|
)
|
||||||
|
),
|
||||||
# Show a summary table of the selected variables
|
|
||||||
|
|
||||||
|
|
||||||
|
# Show a summary table of the selected variables
|
||||||
mainPanel(
|
mainPanel(
|
||||||
tabsetPanel(
|
tabsetPanel(
|
||||||
id = 'dataset',
|
id = 'dataset',
|
||||||
tabPanel('emergency2013', dataTableOutput('mytable1')),
|
tabPanel('emergency2013', dataTableOutput('mytable1')),
|
||||||
tabPanel('scatterplot', plotOutput('distPlot'))
|
tabPanel('emergency2013', plotOutput('myplot')))
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
))
|
)
|
Loading…
Reference in New Issue
Block a user