mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2025-06-30 13:26:18 -04:00
add plot tab
This commit is contained in:
@ -18,6 +18,7 @@ shinyUI(fluidPage(
|
||||
tabsetPanel(
|
||||
id = 'dataset',
|
||||
tabPanel('emergency2013', dataTableOutput('mytable1')))
|
||||
tabPanel('emergency2013', plotOutput('myplot')))
|
||||
)
|
||||
)
|
||||
))
|
Reference in New Issue
Block a user