add plot tab

This commit is contained in:
Aron Lindberg 2015-11-07 13:46:18 -05:00
parent c62397ff21
commit 558c05bb51

View File

@ -18,6 +18,7 @@ shinyUI(fluidPage(
tabsetPanel(
id = 'dataset',
tabPanel('emergency2013', dataTableOutput('mytable1')))
tabPanel('emergency2013', plotOutput('myplot')))
)
)
))