mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2024-12-04 13:18:10 -05:00
Rename tabs
This commit is contained in:
parent
a6f1a4be96
commit
2627c1d12f
@ -14,9 +14,9 @@ shinyUI(fluidPage(
|
|||||||
mainPanel(
|
mainPanel(
|
||||||
tabsetPanel(
|
tabsetPanel(
|
||||||
id = 'dataset',
|
id = 'dataset',
|
||||||
tabPanel('emergency2013', dataTableOutput('mytable1')),
|
tabPanel('Data Table', dataTableOutput('mytable1')),
|
||||||
tabPanel('emergency2013', dataTableOutput('mytable2')),
|
tabPanel('Summary Statistics', dataTableOutput('mytable2')),
|
||||||
tabPanel('emergency2013', plotOutput('myplot')))
|
tabPanel('Scatter Plots', plotOutput('myplot')))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user