add plot tab

master
Aron Lindberg 2015-11-07 13:46:18 -05:00
parent c62397ff21
commit 558c05bb51
1 changed files with 1 additions and 0 deletions

View File

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