mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2025-07-30 20:15:13 -04:00
Rename tabs
This commit is contained in:
@ -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')))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user