mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2024-12-04 13:18:10 -05:00
add plot tab
This commit is contained in:
parent
c62397ff21
commit
558c05bb51
@ -18,6 +18,7 @@ shinyUI(fluidPage(
|
|||||||
tabsetPanel(
|
tabsetPanel(
|
||||||
id = 'dataset',
|
id = 'dataset',
|
||||||
tabPanel('emergency2013', dataTableOutput('mytable1')))
|
tabPanel('emergency2013', dataTableOutput('mytable1')))
|
||||||
|
tabPanel('emergency2013', plotOutput('myplot')))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
))
|
))
|
Loading…
Reference in New Issue
Block a user